Skip to content

Commit

Permalink
Merge pull request #143 from joshkleyman/main
Browse files Browse the repository at this point in the history
add BoGL and update readme
  • Loading branch information
mawerty authored Jan 12, 2024
2 parents 2869f0f + bcde3a2 commit c846730
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- Atto-8
- Bash
- Beef
- BoGL
- Brainfuck
- C
- CLIPS
Expand Down
4 changes: 4 additions & 0 deletions implementations/main.bgl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
game IsPrime

is_prime : Int -> Bool
is_prime(n) = False
1 change: 1 addition & 0 deletions optimized_implementations/main.bgl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
game G is_prime:Int->Bool is_prime(n)=False

0 comments on commit c846730

Please sign in to comment.