ashish b6237628cc
Add Ć, Felix, Flix, Gocaml, Mint, Muon and Peregrine (#1336)
* Create Mint.mint

* Update readme.md

* Create Peregrine.pe

* Update readme.md

* Create Flix.flix

* Update readme.md

* Update readme.md

* Create Ć.ci

* Update readme.md

* Create Muon.mu

* Update readme.md

* Create Gocaml.ml

* Update readme.md

* Create Felix.flx

* Update readme.md

* Update Ć.ci

* Update Gocaml.ml

* Update Muon.mu

* Update Gocaml.ml

* Update Ć.ci

* Update Ć.ci

* Update Gocaml.ml
2022-03-14 07:30:54 -05:00

6 lines
87 B
Plaintext

printf(fmt cstring) int #Foreign("printf") #VarArgs
main() {
printf("Hello World")
}