diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-03 16:22:01 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-05 10:36:33 +0000 |
| commit | ec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200 (patch) | |
| tree | cb8016679fe6018879ba98756e78cd5cbc39330d /docs/guide.md | |
| parent | add doc generator (diff) | |
| download | alive-ec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200.tar.gz alive-ec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200.zip | |
add index and guide pages
Diffstat (limited to 'docs/guide.md')
| -rw-r--r-- | docs/guide.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/guide.md b/docs/guide.md new file mode 100644 index 0000000..0fb596d --- /dev/null +++ b/docs/guide.md @@ -0,0 +1,13 @@ +% getting started +% - +% - +# getting started with alive + +``` +(import* debug math) + +(out "a" (+ 1 2)) +(out "b" (+ 3 4)) +``` + +*(this site is currently under construction)* |
