cr4t3_2 4.0.0

A package that uses a function called inpt to ask basic user input and prints the final information
Documentation
1
2
3
4
5
6
use cr4t3::calle;
fn main() {
	println!("Welcome");
	lib::inpt();
	calle();
}