Add J# (#1222)
* add j# to readme * Create J#.jsl * Update readme.md Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>
This commit is contained in:
9
j/J#.jsl
Normal file
9
j/J#.jsl
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
package HelloWorld;
|
||||||
|
|
||||||
|
public class HelloWorld
|
||||||
|
{
|
||||||
|
public static void main(String[] args)
|
||||||
|
{
|
||||||
|
System.Console.Write("Hello World");
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -460,6 +460,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [Iscom](i/Iscom.iscom)
|
* [Iscom](i/Iscom.iscom)
|
||||||
* [ISLISP](i/ISLISP.lisp)
|
* [ISLISP](i/ISLISP.lisp)
|
||||||
* [J](j/J.ijs)
|
* [J](j/J.ijs)
|
||||||
|
* [J#](j/J%23.jsl)
|
||||||
* [Jade](j/Jade.jade)
|
* [Jade](j/Jade.jade)
|
||||||
* [Jai](j/Jai.jai)
|
* [Jai](j/Jai.jai)
|
||||||
* [Jasmin](j/Jasmin.j)
|
* [Jasmin](j/Jasmin.j)
|
||||||
|
|||||||
Reference in New Issue
Block a user