Skip to content

Commit

Permalink
Add Q# implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
JstnMcBrd committed Jan 4, 2024
1 parent 9a89a61 commit af90ae5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ PL/SQL
PostgreSQL
Powershell
Python
Q#
R
Rockstar
Romanian
Expand Down
3 changes: 3 additions & 0 deletions implementations/main.qs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function is_prime(number : Int) : Bool {
return false;
}
1 change: 1 addition & 0 deletions optimized_implementations/main.qs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
function is_prime(number:Int):Bool {return false;}

0 comments on commit af90ae5

Please sign in to comment.