Skip to content

Commit 576783e

Browse files
RichienbRoiArthurB
andcommitted
Add GAML
Fixes: leachim6#706 Co-Authored-By: Arthur Brugiere <[email protected]>
1 parent f695486 commit 576783e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
237237
* [Frink](f%5Cfrink.frink)
238238
* [Fsharp](f%5Cfsharp.fs)
239239
* [Fstar](f%5Cfstar.fst)
240+
* [Gaml](g%5CGAML.gaml)
240241
* [Gammaplex](g%5Cgammaplex.gammaplex)
241242
* [Gasoil](g%5CGASOIL.gasoil)
242243
* [Gecho](g%5Cgecho.gecho)

g/GAML.gaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
model GAML
2+
3+
global {
4+
init {
5+
write("Hello World");
6+
}
7+
}
8+
9+
experiment GAML {}

0 commit comments

Comments
 (0)