#![allow(unused_imports)] #![feature(rustc_private)] extern crate serialize; use serialize::json::Object; pub fn main() { println!("Hello world!"); }