From 4f3a4e41dd9e598b97d328f99be1092dc63f57a4 Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Fri, 20 May 2016 21:09:18 +0900 Subject: [PATCH] Add Crystal See http://crystal-lang.org/. --- c/crystal.cr | 1 + 1 file changed, 1 insertion(+) create mode 100644 c/crystal.cr diff --git a/c/crystal.cr b/c/crystal.cr new file mode 100644 index 00000000..bf234ce7 --- /dev/null +++ b/c/crystal.cr @@ -0,0 +1 @@ +puts "Hello, world!"