From 1f242a02c37c4ed58a3bc4ea347fb5d4179d5303 Mon Sep 17 00:00:00 2001 From: Thomas Van Doren Date: Fri, 20 May 2016 23:29:13 -0700 Subject: [PATCH] Create chapel.chpl --- c/chapel.chpl | 1 + 1 file changed, 1 insertion(+) create mode 100644 c/chapel.chpl diff --git a/c/chapel.chpl b/c/chapel.chpl new file mode 100644 index 00000000..0e2a1353 --- /dev/null +++ b/c/chapel.chpl @@ -0,0 +1 @@ +writeln("Hello World");