You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ Instructions may be changed or added.
23
23
24
24
### Example Programs
25
25
cat - repeats whatever input is given to it
26
-
creaturey vs. mimi - a Truttle1 style RPG battle (I had to generate this using a python script, you can't really avoid repitition in FSMs)
26
+
creaturey vs. mimi - a Truttle1 style RPG battle (I had to generate this using a python script, you can't really avoid repetition in FSMs)
27
27
fizzbuzz - This doesn't increment automatically (because that's impossible), it only recieves a number in unary and echos "Fizz", "Buzz" or "FizzBuzz" accordingly
28
28
fizzbuzz2 - same as fizzbuzz but it receives input in Arabic numerals.
29
29
hw - A Hello World Program.
30
30
nim - A game of nim against either another player or (impossible) AI
31
31
truth_machine - If inputted with 0, outputs 0. If inputted with 1, outputs 1 in an endless loop.
32
-
xor - Recieves 2 numbers as input and xors them (If the number is higher than 1 it is treated as a 1)
32
+
xor - Receives 2 numbers as input and xors them (If the number is higher than 1 it is treated as a 1)
0 commit comments