Add Elvish, Go+, Hamler, Nelua, Pocketlang, Vale, Gluon, Passerine, Tengo, Cantonese, Clio, Egison and Umka (#1433)

* Add Elvish, Go+, Hamler, Nelua, Pocketlang, Vale

* Add Elvish, Go+, Hamler, Nelua, Pocketlang, Vale

* Rename from Coconut.coc to Coconut.coco

* Rename from Coconut.coc to Coconut.coco

* Add Gluon, Passerine, Tengo

* Add Gluon, Passerine, Tengo

* Remove readme update comfirmation from pull request template because it is no need right now

* Add Cantonese, Clio, Egison, Umka

* Update Umka.um

Co-authored-by: gnuhead-chieb <gnuhead-chieb@users.noreply.github.com>
This commit is contained in:
gnuhead-chieb
2022-12-27 03:25:43 +09:00
committed by GitHub
parent 96fe714ebf
commit 695fd510bf
16 changed files with 41 additions and 4 deletions

1
e/Egison.egi Normal file
View File

@@ -0,0 +1 @@
def main args := write "Hello world\n"

2
e/Elvish.elv Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env elvish
echo "Hello World"