Add GAML
Fixes: #706 Co-Authored-By: Arthur Brugiere <roiarthurb@users.noreply.github.com>
This commit is contained in:
@@ -237,6 +237,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Frink](f%5Cfrink.frink)
|
||||
* [Fsharp](f%5Cfsharp.fs)
|
||||
* [Fstar](f%5Cfstar.fst)
|
||||
* [Gaml](g%5CGAML.gaml)
|
||||
* [Gammaplex](g%5Cgammaplex.gammaplex)
|
||||
* [Gasoil](g%5CGASOIL.gasoil)
|
||||
* [Gecho](g%5Cgecho.gecho)
|
||||
|
||||
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