Fixes: #706
Co-Authored-By: Arthur Brugiere <roiarthurb@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-03-30 08:10:59 +13:00
parent f69548610f
commit 576783e8f9
2 changed files with 10 additions and 0 deletions

9
g/GAML.gaml Normal file
View File

@@ -0,0 +1,9 @@
model GAML
global {
init {
write("Hello World");
}
}
experiment GAML {}