User:ChampionAsh5357/Test
< User:ChampionAsh5357
Revision as of 17:05, 5 March 2021 by ChampionAsh5357 (talk | contribs)
Test.java
public static void main(String args[]) {
System.out.println("Hello World");
}
Test.kt
fun main() {
println("Hello world!")
}
Test.scala
def main(args: Array[String]): Unit = {
println("Hello, world!")
}
public static void main(String args[]) {
System.out.println("Hello World");
}
fun main() {
println("Hello world!")
}
Test.java
public static void main(String args[]) {
System.out.println("Hello World");
}
Test.kt
fun main() {
println("Hello world!")
}
Test.scala
{{{1}}}