added myrddin
This commit is contained in:
@@ -170,7 +170,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz) the evolution of [hello-wor
|
|||||||
* [Dtrace](d/dtrace.d)
|
* [Dtrace](d/dtrace.d)
|
||||||
* [Dup](d/DUP.dup)
|
* [Dup](d/DUP.dup)
|
||||||
* [Dylan](d/dylan.dl)
|
* [Dylan](d/dylan.dl)
|
||||||
* [Dyvil](d/Dyvil.dyvil)
|
* [Dyvil](d/Dyvil.dyv)
|
||||||
* [Ebuild](e/ebuild.ebuild)
|
* [Ebuild](e/ebuild.ebuild)
|
||||||
* [Eiffel](e/Eiffel.eiff)
|
* [Eiffel](e/Eiffel.eiff)
|
||||||
* [Elixir](e/elixir.ex)
|
* [Elixir](e/elixir.ex)
|
||||||
@@ -312,6 +312,8 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz) the evolution of [hello-wor
|
|||||||
* [Muf](m/muf.muf)
|
* [Muf](m/muf.muf)
|
||||||
* [Mumps](m/mumps.m)
|
* [Mumps](m/mumps.m)
|
||||||
* [Mushcode](m/mushcode.mush)
|
* [Mushcode](m/mushcode.mush)
|
||||||
|
* [Myrddin](m/myrddin.myr)
|
||||||
|
* [Myrddin](m/myrddin.use)
|
||||||
* [Mysql](m/mysql.sql)
|
* [Mysql](m/mysql.sql)
|
||||||
* [Neko](n/neko.neko)
|
* [Neko](n/neko.neko)
|
||||||
* [Nemerle](n/nemerle.n)
|
* [Nemerle](n/nemerle.n)
|
||||||
|
|||||||
6
m/myrddin.myr
Normal file
6
m/myrddin.myr
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
use std
|
||||||
|
|
||||||
|
const main = {
|
||||||
|
std.write(1, "Hello world!\n")
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user