generated from seanpm2001/Template_Journaling_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_V1.rs
11 lines (9 loc) · 826 Bytes
/
PROJECT_LANG_V1.rs
1
2
3
4
5
6
7
8
9
10
11
// Start of script
// I don't know of any programming languages with a metal name (other than IronPython) so I chose Rust for this projects (SeansLifeArchive_Images_Jetpack-joyride) project language file, as the lab is going to get rusty before it has time to be repaired, and the main jetpack also looks a tad bit rusty.
fn main() {
println!("I don't know of any programming languages with a metal name (other than IronPython) so I chose Rust for this projects (SeansLifeArchive_Images_Jetpack-joyride) project language file, as the lab is going to get rusty before it has time to be repaired, and the main jetpack also looks a tad bit rusty.");
}
// File version: 1 (Monday, March 29th 2021 at 9:09 pm)
// File type: Rust Source file (*.rs)
// Line count (including blank lines and compiler line): 12
// End of script