RosettaCodeData/Task/Shell-one-liner/Icon/shell-one-liner-2.icon

2 lines
83 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
echo "procedure main();write(\"hello world\");end" >hello.icn; unicon hello.icn -x