diff options
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!" |