mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
/*
|
|
* Hello world
|
|
*
|
|
* See:
|
|
* http://www.latech.edu/~acm/helloworld/calc.html
|
|
*/
|
|
|
|
while(1) print "Hello World!";
|