File: hello.cal

package info (click to toggle)
apcalc 2.10.3t5.46-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,276 kB
  • ctags: 3,115
  • sloc: ansic: 47,720; makefile: 3,702; awk: 105; sed: 55
file content (12 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Hello world
 *
 * See:
 *	http://www.latech.edu/~acm/helloworld/calc.html
 */

while(1) print "Hello World!";

if (config("lib_debug") >= 0) {
    /* nothing to do */
}