Initial commit

This commit is contained in:
2026-05-08 14:51:47 +03:00
commit f89b381fdb
12 changed files with 1085 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
; First Clojure/Nim program
(println "Hello, Nim world!")
(println (+ 1 2 3))