Skip to content

Instantly share code, notes, and snippets.

@forksofpower
Created November 29, 2018 20:12
Show Gist options
  • Select an option

  • Save forksofpower/cc87af771d2f5882dba7475a205a075f to your computer and use it in GitHub Desktop.

Select an option

Save forksofpower/cc87af771d2f5882dba7475a205a075f to your computer and use it in GitHub Desktop.
Scala notes

"""scala // Basic Syntax object ScalaNotes { def main(args: Array[String]) { println("Hello, World!") // prints hello world } } """

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment