Skip to content

Instantly share code, notes, and snippets.

@kmizu
Created March 7, 2019 11:33
Show Gist options
  • Save kmizu/fa3c747139e018bedb2897d2ca5e7f5b to your computer and use it in GitHub Desktop.
Save kmizu/fa3c747139e018bedb2897d2ca5e7f5b to your computer and use it in GitHub Desktop.
Syntax Highlighting Test
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