Add Draco and Frink

Fixes #645

Co-Authored-By: tfarnecim <tfarnecim@users.noreply.github.com>
This commit is contained in:
Richie Bendall 2020-03-30 05:01:43 +13:00
parent b3a77a4ad0
commit bc23b02f8c
3 changed files with 6 additions and 0 deletions

View File

@ -185,6 +185,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Dogo](d%5CDOGO.dogo)
* [Dongbei](d%5Cdongbei.dongbei)
* [Dos](d%5Cdos.bat)
* [Draco](d%5Cdraco.d)
* [Drive In Window](d%5CDrive-In%20Window.diw)
* [Dtrace](d%5Cdtrace.d)
* [Dup](d%5CDUP.dup)
@ -221,6 +222,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Fortran](f%5Cfortran.f90)
* [Fortran77](f%5Cfortran77.f77)
* [Fourier](f%5Cfourier.fourier)
* [Frink](f%5Cfrink.frink)
* [Fsharp](f%5Cfsharp.fs)
* [Fstar](f%5Cfstar.fst)
* [Gammaplex](g%5Cgammaplex.gammaplex)

3
d/draco.d Normal file
View File

@ -0,0 +1,3 @@
proc main()void:
writeln("Hello world!");
corp;

1
f/frink.frink Normal file
View File

@ -0,0 +1 @@
println["Hello World!"]