@@ -170,7 +170,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz) the evolution of [hello-wor
|
||||
* [Dtrace](d/dtrace.d)
|
||||
* [Dup](d/DUP.dup)
|
||||
* [Dylan](d/dylan.dl)
|
||||
* [Dyvil](d/Dyvil.dyvil)
|
||||
* [Dyvil](d/Dyvil.dyv)
|
||||
* [Ebuild](e/ebuild.ebuild)
|
||||
* [Eiffel](e/Eiffel.eiff)
|
||||
* [Elixir](e/elixir.ex)
|
||||
@@ -312,6 +312,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz) the evolution of [hello-wor
|
||||
* [Muf](m/muf.muf)
|
||||
* [Mumps](m/mumps.m)
|
||||
* [Mushcode](m/mushcode.mush)
|
||||
* [Myrddin](m/myrddin.myr)
|
||||
* [Mysql](m/mysql.sql)
|
||||
* [Neko](n/neko.neko)
|
||||
* [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.put("Hello world!\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user