Skip to content

Instantly share code, notes, and snippets.

@daiksy
Created September 8, 2012 15:36
Show Gist options
  • Save daiksy/3676142 to your computer and use it in GitHub Desktop.
Save daiksy/3676142 to your computer and use it in GitHub Desktop.
markdownの実験

##gistでmarkdownを書くテスト

val tmp = if (i == 0) {
	"hello"
} else {
	"bye"
}
  • これは捗るな
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment