~darklinkxxxx/junk/rust-practice

« back to all changes in this revision

Viewing changes to hello.rs

  • Committer: darklinkxxxx at gmail
  • Date: 2013-11-23 08:28:22 UTC
  • Revision ID: darklinkxxxx@gmail.com-20131123082822-9iwmhda4bbtsaukz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
fn main() {
 
2
        println("hello?");
 
3
}
 
4