diff options
author | Camil Staps | 2016-09-25 11:33:06 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-25 11:33:06 +0200 |
commit | 20f26853298e6debc73fe891bbbc8532417bc20a (patch) | |
tree | 13e2ea3a7aa20a8dff584197de2f60900b622b67 /examples/time.fusp | |
parent | Update documentation: graph rewriting, code names list (diff) |
Constant code names
Diffstat (limited to 'examples/time.fusp')
-rw-r--r-- | examples/time.fusp | 3 |
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; |