
* add j# to readme * Create J#.jsl * Update readme.md Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
package HelloWorld;
|
|
|
|
public class HelloWorld
|
|
{
|
|
public static void main(String[] args)
|
|
{
|
|
System.Console.Write("Hello World");
|
|
}
|
|
}
|