Add to Gambit REPL some functions to send SMS and take pictures (this functionnality...
[gambit-c.git] / doc / square.scm
blob037f9caa5a5ab534712db7e69b3b6edc56e4a2fd
1 #!/usr/bin/env gsi-script
2 (define (main arg)
3   (pretty-print (expt (string->number arg) 2)))