Changes
From Forge Community Wiki
20 bytes added
, 19:49, 7 April 2021
mLine 1: |
Line 1: |
| {{User:ChampionAsh5357/Snippets| | | {{User:ChampionAsh5357/Snippets| |
| |title=Test | | |title=Test |
− | |java=public static void main(String args[]) { | + | |java=public static void main(String[] args) { |
| System.out.println("Hello World"); | | System.out.println("Hello World"); |
| } | | } |
− | |kotlin=fun main() { | + | |kotlin=fun main(args : Array<String>) { |
| println("Hello world!") | | println("Hello world!") |
| } | | } |