1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-03 19:38:04 +00:00

Updare examples. Delete ugly iterator example.

This commit is contained in:
Calvin Rose
2018-11-26 22:09:12 -05:00
parent f860b950fc
commit ea4465f58e
5 changed files with 12 additions and 125 deletions

View File

@@ -18,7 +18,6 @@
'[[3]
[7 10]
[4 3 7]
[8 9 1 3]
])
[8 9 1 3]])
(print (maxpath triangle))