mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-29 17:38:12 -07:00
7 lines
No EOL
159 B
Text
7 lines
No EOL
159 B
Text
package {{packageName}};
|
|
|
|
class Main {
|
|
public static void main(String[] argv) {
|
|
System.out.println("\n\nHello Java world from Kobalt\n\n");
|
|
}
|
|
} |