Last active
October 10, 2024 16:20
-
-
Save axurright/dde17e2dbd0c680f531557c80b87852f to your computer and use it in GitHub Desktop.
Writing Hello World in different languages. (Rust Edition)
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 World!"); | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because Rust users would be mad at me