Skip to content

Instantly share code, notes, and snippets.

@hebiyan
Last active September 8, 2015 04:51
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 hebiyan/26c52dca99390aff6bcc to your computer and use it in GitHub Desktop.
Save hebiyan/26c52dca99390aff6bcc to your computer and use it in GitHub Desktop.
Gist で Markdown を試してみる

head

日本語の見出しは使えないのか?

  • test
  • test2
  • test3
(format t "hello world")
use std::io::Read

fn main() {
  println!("hello world");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment