tictac 0.0.0

A simple stopwatch.
Documentation
1
2
3
4
5
6
use tictac::say_hello;

fn main() {
    println!("FROM examples/simple.rs:main");
    say_hello();
}