Initial library commit.
This commit is contained in:
12
examples/sample_tasks.rs
Normal file
12
examples/sample_tasks.rs
Normal file
@ -0,0 +1,12 @@
|
||||
extern crate apprentice;
|
||||
|
||||
|
||||
|
||||
use apprentice::*;
|
||||
|
||||
|
||||
|
||||
pub fn main()
|
||||
{
|
||||
println!("Hello world");
|
||||
}
|
Reference in New Issue
Block a user