Skip to content

Instantly share code, notes, and snippets.

@lilyball
Forked from anonymous/gist:5863837
Created June 26, 2013 00:52
Show Gist options
  • Select an option

  • Save lilyball/5863846 to your computer and use it in GitHub Desktop.

Select an option

Save lilyball/5863846 to your computer and use it in GitHub Desktop.
fn main() {
fn main() {
let i = str::to_bytes("Hello, world!");
println(fmt!("%?", i));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment