migration

This commit is contained in:
root
2026-04-13 20:12:01 +03:00
commit 46ab1753a5
201 changed files with 16685 additions and 0 deletions

8
clojure/examples.clj Normal file
View File

@@ -0,0 +1,8 @@
(load-file "examples/0_1_magic.clj")
(lecture "1. Functions")
(load-file "examples/1_1_intro.clj")
(load-file "examples/1_2_functions.clj")
(load-file "examples/1_3_lists.clj")
(load-file "examples/1_4_vectors.clj")
(load-file "examples/1_5_functions-2.clj")