Created
March 7, 2019 11:33
-
-
Save kmizu/fa3c747139e018bedb2897d2ca5e7f5b to your computer and use it in GitHub Desktop.
Syntax Highlighting Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object Hello extends App { | |
def main(args: Array[String]): Unit = { | |
println("Hello") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment