Added Concurnas (#756)

This commit is contained in:
Abhishek Keshri
2020-06-07 08:07:08 +05:30
committed by GitHub
parent 02d24d9f11
commit 32b773556d
2 changed files with 2 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Coffeescript](c/coffeescript.coffee)
* [Coldfusion](c/coldfusion.cfm)
* [Common Lisp](c/common-lisp.lisp)
* [Concurnas](c/concurnas.conc)
* [Continuesequation](c/ContinuesEquation.ce)
* [Control Language](c/control-language.cllc)
* [Cool](c/cool.cl)

1
c/concurnas.conc Normal file
View File

@@ -0,0 +1 @@
System.out.println("Hello World")