create my first program.rkt
authordaniel watson <ozzloy@gmail.com>
Thu, 10 Mar 2016 05:43:42 +0000 (21:43 -0800)
committerdaniel watson <ozzloy@gmail.com>
Thu, 10 Mar 2016 05:43:42 +0000 (21:43 -0800)
my-first-program.rkt [new file with mode: 0644]

diff --git a/my-first-program.rkt b/my-first-program.rkt
new file mode 100644 (file)
index 0000000..bdb3308
--- /dev/null
@@ -0,0 +1,3 @@
+#lang racket
+
+'(hello world)