mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
/*
|
|
* Hello world
|
|
*
|
|
* See:
|
|
* http://www.latech.edu/~acm/helloworld/calc.html
|
|
*/
|
|
|
|
while(1) print "Hello World!";
|
|
|
|
if (config("lib_debug") >= 0) {
|
|
/* nothing to do */
|
|
}
|