Skip to content

Commit 1dc6abb

Browse files
committed
strat sub
1 parent 724364d commit 1dc6abb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

strats/simple.clj

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(defn main [world undocumented]
2+
'(initial_state step_fn))
3+
4+
(def initial_state
5+
'())
6+
7+
(defn step_fn [state world]
8+
'())

0 commit comments

Comments
 (0)