First develop commit. Adding all existing files.
This commit is contained in:
9
resources/TOY/infinite_loop.toy
Normal file
9
resources/TOY/infinite_loop.toy
Normal file
@@ -0,0 +1,9 @@
|
||||
program Infinite Loop
|
||||
// Input: -
|
||||
// Output: -
|
||||
// Remarks: This program contains an infinite loop.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
10: 1000 no-op
|
||||
11: 1000 no-op
|
||||
12: C010 goto 10
|
||||
Reference in New Issue
Block a user