User:ChampionAsh5357/Test

From Forge Community Wiki
< User:ChampionAsh5357
Revision as of 20:57, 7 April 2021 by ChampionAsh5357 (talk | contribs) (Update test workspace to current template, looks fine for initial converison)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Test.java
public static void main(String[] args) {
    System.out.println("Hello World");
}
Test.kt
fun main(args : Array<String>) {
    println("Hello world!")
}
Test.scala
def main(args: Array[String]): Unit = {
    println("Hello, world!")
}