diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-25 15:09:12 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-25 15:09:12 +0000 |
| commit | 28d9b78fd1e1bdc07bf7a28c9a6f0ee6c1b0a914 (patch) | |
| tree | 279d6672279085972029bcc00e3da0a077bfd97f | |
| parent | docs: automatic release linking (diff) | |
| download | alive-28d9b78fd1e1bdc07bf7a28c9a6f0ee6c1b0a914.tar.gz alive-28d9b78fd1e1bdc07bf7a28c9a6f0ee6c1b0a914.zip | |
add hello.alvv0.1-rc1
| -rw-r--r-- | hello.alv | 4 |
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!")) |
