summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/helloworld.grasp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Grasp/Examples/helloworld.grasp')
-rw-r--r--src/Grasp/Examples/helloworld.grasp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Grasp/Examples/helloworld.grasp b/src/Grasp/Examples/helloworld.grasp
new file mode 100644
index 0000000..c55a79b
--- /dev/null
+++ b/src/Grasp/Examples/helloworld.grasp
@@ -0,0 +1,8 @@
+digraph {
+ 1 [label="puts"]
+ 2 [label="grasp:main"]
+ 3 [label="Hello world!"]
+
+ 1 -> 2 [label="name"]
+ 1 -> 3 [label="in"]
+} \ No newline at end of file