Changes
From Forge Community Wiki
383 bytes added
, 17:05, 5 March 2021
mLine 26: |
Line 26: |
| </syntaxhighlight> | | </syntaxhighlight> |
| </tab> | | </tab> |
| + | </tabs> |
| + | |
| + | <tabs> |
| + | {{User:ChampionAsh5357/Tab/Snippet/Java |
| + | |public static void main(String args[]) { |
| + | System.out.println("Hello World"); |
| + | } |
| + | |title=Test |
| + | }} |
| + | {{User:ChampionAsh5357/Tab/Snippet/Kotlin |
| + | |fun main() { |
| + | println("Hello world!") |
| + | } |
| + | |title=Test |
| + | }} |
| + | {{User:ChampionAsh5357/Tab/Snippet/Scala |
| + | |def main(args: Array[String]): Unit = { |
| + | println("Hello, world!") |
| + | } |
| + | |title=Test |
| + | }} |
| </tabs> | | </tabs> |