Skip to content

Commit 00ff62b

Browse files
committed
typos
1 parent db6524c commit 00ff62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Instructions may be changed or added.
2323

2424
### Example Programs
2525
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)
2727
fizzbuzz - This doesn't increment automatically (because that's impossible), it only recieves a number in unary and echos "Fizz", "Buzz" or "FizzBuzz" accordingly
2828
fizzbuzz2 - same as fizzbuzz but it receives input in Arabic numerals.
2929
hw - A Hello World Program.
3030
nim - A game of nim against either another player or (impossible) AI
3131
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)
3333
yes - outputs "y" until the program terminates
3434

3535

0 commit comments

Comments
 (0)