Artifact 5f914ea75fa7901e8c29b9c7505c52c3716a8e4d:
- File eggs/ducttape-lib/examples/sample_glib_prog.scm — part of check-in [023e88f071] at 2016-12-23 18:08:18 on branch v1.63-ducttape-lib — added initial ducttape-lib code (user: bjbarcla, size: 80) [annotate] [blame] [check-ins using]
- File eggs/ducttape-lib/ref/sample_glib_prog.scm — part of check-in [023e88f071] at 2016-12-23 18:08:18 on branch v1.63-ducttape-lib — added initial ducttape-lib code (user: bjbarcla, size: 80) [annotate] [blame] [check-ins using]
(include "general-lib.scm") (import general-lib) (inote "hello world") (exit 0)