generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.rs
16 lines (16 loc) · 966 Bytes
/
PROJECT_LANG_1.rs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Start of script
// I decided to make Rust the main project language file for this project (Seanpm2001/Learn-Rust) as Rust is the language this project is dedicated to, because this project is about learning the Rust programming language. It only makes sense to make Rust the official language for this project.
fn main() {
println!("Project language file 1 (Rust)");
println!("For: Seanpm2001/Learn-Rust");
println!("About:");
println!("I decided to make Rust the main project language file for this project (Seanpm2001/Learn-Rust) as Rust is the language this project is dedicated to, because this project is about learning the Rust programming language. It only makes sense to make Rust the official language for this project.");
break;
}
return main();
break;
// File info
// File version: 1 (Wednesday, 2021 November 24th at 6:52 pm)
// File type: Rust Source file (*.rs)
// Line count (including blank lines and compiler line): 17
// End of script