apprentice/examples/sample_tasks.rs

13 lines
96 B
Rust
Raw Normal View History

2016-03-18 16:17:01 -04:00
extern crate apprentice;
use apprentice::*;
pub fn main()
{
println!("Hello world");
}