aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guide.md
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-03 16:22:01 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-05 10:36:33 +0000
commitec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200 (patch)
treecb8016679fe6018879ba98756e78cd5cbc39330d /docs/guide.md
parentadd doc generator (diff)
downloadalive-ec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200.tar.gz
alive-ec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200.zip
add index and guide pages
Diffstat (limited to 'docs/guide.md')
-rw-r--r--docs/guide.md13
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)*