mirror of
https://github.com/zellyn/diskii.git
synced 2024-09-14 06:55:03 +00:00
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
|
# hello world
|
||
|
exec cat hello.text
|
||
|
stdout 'hello world\n'
|
||
|
! stderr .
|
||
|
|
||
|
-- hello.text --
|
||
|
hello world
|