9 lines
77 B
Plaintext
Raw Normal View History

model GAML
global {
init {
write("Hello World");
}
}
experiment GAML {}