lib-zinc 0.1.1

Standard library for Zinc Programming Language
Documentation
1
2
3
pub fn test() {
    println!("Hey, this is from a lib that I wrote");
}