home
/
code
/
cellular-automata.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Say hi.
[cellular-automata.git]
/
polymorphic-life
/
001
/
src
/
polymorphic_life.ml
1
open Core.Std
2
3
4
let main () =
5
printf "Hi!\n"
6
7
8
let () = main ()
This page took
0.0676369999999999 seconds
and
4
git commands to generate.