aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-25 15:09:12 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-25 15:09:12 +0000
commit28d9b78fd1e1bdc07bf7a28c9a6f0ee6c1b0a914 (patch)
tree279d6672279085972029bcc00e3da0a077bfd97f
parentdocs: automatic release linking (diff)
downloadalive-28d9b78fd1e1bdc07bf7a28c9a6f0ee6c1b0a914.tar.gz
alive-28d9b78fd1e1bdc07bf7a28c9a6f0ee6c1b0a914.zip
add hello.alvv0.1-rc1
-rw-r--r--hello.alv4
1 files changed, 4 insertions, 0 deletions
diff --git a/hello.alv b/hello.alv
new file mode 100644
index 0000000..4d55161
--- /dev/null
+++ b/hello.alv
@@ -0,0 +1,4 @@
+([1]import* time util)
+([2]print ([3]switch ([4]tick 0.5)
+ "hello"
+ "world!"))