We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724364d commit 1dc6abbCopy full SHA for 1dc6abb
strats/simple.clj
@@ -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