diff --git a/c/Ć.ci b/c/Ć.ci new file mode 100644 index 0000000..8531d90 --- /dev/null +++ b/c/Ć.ci @@ -0,0 +1,7 @@ +public class HelloCi +{ + public static string GetMessage() + { + return "Hello World"; + } +} diff --git a/f/Felix.flx b/f/Felix.flx new file mode 100644 index 0000000..7c18885 --- /dev/null +++ b/f/Felix.flx @@ -0,0 +1 @@ +println$ "Hello World"; diff --git a/f/Flix.flix b/f/Flix.flix new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/f/Flix.flix @@ -0,0 +1 @@ +print("Hello World") diff --git a/g/Gocaml.ml b/g/Gocaml.ml new file mode 100644 index 0000000..313e7b9 --- /dev/null +++ b/g/Gocaml.ml @@ -0,0 +1 @@ +println_str "Hello World" diff --git a/m/Mint.mint b/m/Mint.mint new file mode 100644 index 0000000..a3b598f --- /dev/null +++ b/m/Mint.mint @@ -0,0 +1,5 @@ +component Main { + fun render : Html { + <div>"Hello World"</div> + } +} diff --git a/m/Muon.mu b/m/Muon.mu new file mode 100644 index 0000000..6182a55 --- /dev/null +++ b/m/Muon.mu @@ -0,0 +1,5 @@ +printf(fmt cstring) int #Foreign("printf") #VarArgs + +main() { + printf("Hello World") +} diff --git a/p/Peregrine.pe b/p/Peregrine.pe new file mode 100644 index 0000000..8896aa6 --- /dev/null +++ b/p/Peregrine.pe @@ -0,0 +1,2 @@ +def main(): + printf("Hello World") diff --git a/readme.md b/readme.md index 0785c15..05251f2 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! <!--Languages start--> -## Languages (969 total) +## Languages (976 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -320,6 +320,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [CypherNeo4j](c/CypherNeo4j.cypher) * [Cω](c/C%CF%89.cs) * [C*](c/C%E2%88%97) +* [Ć](c/Ć.ci) * [D](d/D.d) * [dark](d/dark.txt) * [Dart](d/Dart.dart) @@ -396,6 +397,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Fancy](f/Fancy.fy) * [Fantom](f/Fantom.fan) * [FastAPI](f/FastAPI.py) +* [Felix](f/Felix.flx) * [Fennel](f/Fennel.fnl) * [Ferite](f/Ferite.fe) * [Fetlang](f/Fetlang.fet) @@ -405,6 +407,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Fjoelnir](f/Fjoelnir.fjo) * [FlaScript](f/FlaScript.fls) * [Flask](f/Flask.py) +* [Flix](f/Flix.flix) * [Flutter](f/Flutter.dart) * [Fob](f/Fob.fob) * [Focal](f/Focal.fc) @@ -438,6 +441,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Glass](g/Glass.glass) * [GML](g/GML.gml) * [Go](g/Go.go) +* [Gocaml](g/Gocaml.ml) * [Golfscript](g/Golfscript.golfscript) * [Golo](g/Golo.golo) * [Google Apps Script](g/Google%20Apps%20Script.gs) @@ -604,6 +608,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Mercury](m/Mercury.m) * [MilkScript](m/MilkScript.milk) * [Minecraft](m/Minecraft.mcfunction) +* [Mint](m/Mint.mint) * [Mips](m/Mips.s) * [Miranda](m/Miranda.m) * [Mirc](m/Mirc.mrc) @@ -624,6 +629,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Mozart](m/Mozart.oz) * [Muf](m/Muf.muf) * [Mumps](m/Mumps.m) +* [Muon](m/Muon.mu) * [Mushcode](m/Mushcode.mush) * [MXML](m/MXML.mxml) * [Myrddin](m/Myrddin.myr) @@ -685,6 +691,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [PCASTL](p/PCASTL) * [Pebble](p/Pebble.c) * [PeopleCode](p/PeopleCode) +* [Peregrine](p/Peregrine.pe) * [Perfume](p/Perfume.prfm) * [Perl](p/Perl.cgi) * [Perl](p/Perl.pl)