Views
Actions
Difference between revisions of "User:ChampionAsh5357/Test"
From Forge Community Wiki
m |
m (Update test workspace) |
||
Line 11: | Line 11: | ||
} | } | ||
|}} | |}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 19:47, 7 April 2021
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!") }