Created
June 12, 2026 19:08
-
-
Save vcaen/8ed0ef6ab1fb3969e7adefb4a9caf124 to your computer and use it in GitHub Desktop.
Simple Rust script that echoes hello goodweek
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fn main() { | |
| println!("hello goodweek"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment