Skip to content

Commit

Permalink
Add J# (leachim6#1222)
Browse files Browse the repository at this point in the history
* add j# to readme

* Create J#.jsl

* Update readme.md

Co-authored-by: MrBrain295 <[email protected]>
  • Loading branch information
calgary34 and MrBrain295 authored Jan 16, 2022
1 parent b11c30d commit 248e60d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions j/J#.jsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package HelloWorld;

public class HelloWorld
{
public static void main(String[] args)
{
System.Console.Write("Hello World");
}
}
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Iscom](i/Iscom.iscom)
* [ISLISP](i/ISLISP.lisp)
* [J](j/J.ijs)
* [J#](j/J%23.jsl)
* [Jade](j/Jade.jade)
* [Jai](j/Jai.jai)
* [Jasmin](j/Jasmin.j)
Expand Down

0 comments on commit 248e60d

Please sign in to comment.