aboutsummaryrefslogtreecommitdiff
path: root/examples/time.fusp
diff options
context:
space:
mode:
authorCamil Staps2016-09-25 11:33:06 +0200
committerCamil Staps2016-09-25 11:33:06 +0200
commit20f26853298e6debc73fe891bbbc8532417bc20a (patch)
tree13e2ea3a7aa20a8dff584197de2f60900b622b67 /examples/time.fusp
parentUpdate documentation: graph rewriting, code names list (diff)
Constant code names
Diffstat (limited to 'examples/time.fusp')
-rw-r--r--examples/time.fusp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/time.fusp b/examples/time.fusp
new file mode 100644
index 0000000..26a4f84
--- /dev/null
+++ b/examples/time.fusp
@@ -0,0 +1,3 @@
+time = code time;
+
+main = time;