Open main menu
Home
Random
Log in
Settings
About Forge Community Wiki
Disclaimers
Forge Community Wiki
Search
Changes
← Older edit
Newer edit →
User:ChampionAsh5357/Test
(view source)
Revision as of 19:49, 7 April 2021
20 bytes added
,
19:49, 7 April 2021
m
Final cleanup
Line 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!")
}
}
ChampionAsh5357
Administrators
,
Interface administrators
,
Keepers of the Keys
213
edits