From 2b274dd53d549223998275137be13578ee155281 Mon Sep 17 00:00:00 2001 From: Sergey Cherepanov Date: Sat, 24 Nov 2012 17:20:44 +1100 Subject: [PATCH] Add hello-world.scm for testing GTK+ and GLib wrappers. --- examples/gtk/hello-world.scm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/gtk/hello-world.scm diff --git a/examples/gtk/hello-world.scm b/examples/gtk/hello-world.scm new file mode 100644 index 0000000..fabe9f9 --- /dev/null +++ b/examples/gtk/hello-world.scm @@ -0,0 +1,3 @@ +;;; -*-Scheme-*- + +(require 'gtk.la)