Release calc version 2.11.0t10.5.1

This commit is contained in:
Landon Curt Noll
1999-12-14 12:23:24 -08:00
parent 94e35d9b07
commit 0514dc0de9
519 changed files with 4194 additions and 17762 deletions

8
lib/hello.cal Normal file
View File

@@ -0,0 +1,8 @@
/*
* Hello world
*
* See:
* http://www.latech.edu/~acm/helloworld/calc.html
*/
while(1) print "Hello World!";