Changes
From Forge Community Wiki
22 bytes added
, 20:57, 7 April 2021
m| Line 1: |
Line 1: |
| − | {{User:ChampionAsh5357/Snippets| | + | {{Template:Tabs/Code_Snippets |
| − | |title=Test | + | |file_name=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!") |
| | } | | } |
| Line 10: |
Line 10: |
| | println("Hello, world!") | | println("Hello, world!") |
| | } | | } |
| − | |}} | + | | |
| | + | }} |