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
This commit is contained in:
ashish
2022-03-14 18:00:54 +05:30
committed by GitHub
parent f0ba19dcb0
commit b6237628cc
8 changed files with 30 additions and 1 deletions

5
m/Mint.mint Normal file
View File

@@ -0,0 +1,5 @@
component Main {
fun render : Html {
<div>"Hello World"</div>
}
}

5
m/Muon.mu Normal file
View File

@@ -0,0 +1,5 @@
printf(fmt cstring) int #Foreign("printf") #VarArgs
main() {
printf("Hello World")
}