zoozle 0.1.0

Some I/O macros like C++ cout/cin.
Documentation
1
2
3
4
5
6
7
8
pub fn test(){
    println!("From Zoozle_Library");
    println!("Nice to meet you !!");
 }
 
pub mod csv;
pub mod ust;
pub mod oft;