From b6237628ccad8a11c14f0eb3a8c88438e73bdaba Mon Sep 17 00:00:00 2001
From: ashish <68690233+asheeeshh@users.noreply.github.com>
Date: Mon, 14 Mar 2022 18:00:54 +0530
Subject: [PATCH] =?UTF-8?q?Add=20=C4=86,=20Felix,=20Flix,=20Gocaml,=20Mint?=
=?UTF-8?q?,=20Muon=20and=20Peregrine=20(#1336)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* 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
---
c/Ć.ci | 7 +++++++
f/Felix.flx | 1 +
f/Flix.flix | 1 +
g/Gocaml.ml | 1 +
m/Mint.mint | 5 +++++
m/Muon.mu | 5 +++++
p/Peregrine.pe | 2 ++
readme.md | 9 ++++++++-
8 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 c/Ć.ci
create mode 100644 f/Felix.flx
create mode 100644 f/Flix.flix
create mode 100644 g/Gocaml.ml
create mode 100644 m/Mint.mint
create mode 100644 m/Muon.mu
create mode 100644 p/Peregrine.pe
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 {
+
"Hello World"
+ }
+}
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 (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)