Create Cargo Project

This commit is contained in:
GuilhermeWerner
2021-01-03 10:54:31 -03:00
parent e762645c37
commit 55ef94f93f
3 changed files with 22 additions and 0 deletions

3
Source/Library.rs Normal file
View File

@ -0,0 +1,3 @@
pub fn Hello() {
println!("Hello Library");
}