* 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:
calgary34
2022-01-16 09:35:29 -07:00
committed by GitHub
parent b11c30df95
commit 248e60dd21
2 changed files with 10 additions and 0 deletions

9
j/J#.jsl Normal file
View File

@@ -0,0 +1,9 @@
package HelloWorld;
public class HelloWorld
{
public static void main(String[] args)
{
System.Console.Write("Hello World");
}
}