We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c805fd1 commit 4dade2aCopy full SHA for 4dade2a
hello.rs
@@ -0,0 +1,8 @@
1
+// This is the main function
2
+fn main() {
3
+ // The statements here will be executed when the compiled binary is called
4
+
5
+ // Print text to the console
6
+ println!("Hello World!");
7
+}
8
0 commit comments