diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-05 11:36:00 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-05 11:36:00 -0500 |
commit | 77338a6b34d6a164fc2f70e6d736eca8a5b7d251 (patch) | |
tree | 719635f76eea070f0b39d9a3c3c81f5b48b894f9 /initrd/init | |
parent | 51b884c44c858aa56aae6675a2c3a8b2d882768e (diff) |
bug fixes, keypad work
Diffstat (limited to 'initrd/init')
-rw-r--r-- | initrd/init | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/initrd/init b/initrd/init index fcf9ec2..4351743 100644 --- a/initrd/init +++ b/initrd/init @@ -1,15 +1 @@ -do - getkey > input - if (input & 4) - rand 479 > x - rand 319 > y - rand 479 > i - rand 319 > j - rand 32767 > purple - - line x y i j purple - end -while (1) - -print "done" - +print "Hello, world!" |