Add GAML
Fixes: #706 Co-Authored-By: Arthur Brugiere <roiarthurb@users.noreply.github.com>
This commit is contained in:
9
g/GAML.gaml
Normal file
9
g/GAML.gaml
Normal file
@@ -0,0 +1,9 @@
|
||||
model GAML
|
||||
|
||||
global {
|
||||
init {
|
||||
write("Hello World");
|
||||
}
|
||||
}
|
||||
|
||||
experiment GAML {}
|
||||
Reference in New Issue
Block a user