Skip to content

Instantly share code, notes, and snippets.

@bigjason
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigjason/bcd42068083058bf7836 to your computer and use it in GitHub Desktop.
Save bigjason/bcd42068083058bf7836 to your computer and use it in GitHub Desktop.
Here is some text and then some code in fenced style:
```
object HelloWorld {
def main(args: Array[String]) {
println("Hello, world!")
}
}
```
Here is Markdown indent style code block:
object HelloWorld {
def main(args: Array[String]) {
println("Hello, world!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment