2 lines
83 B
Text
2 lines
83 B
Text
|
|
echo "procedure main();write(\"hello world\");end" >hello.icn; unicon hello.icn -x
|