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 3abb941 commit a86b06cCopy full SHA for a86b06c
hello.rs
@@ -0,0 +1,15 @@
1
+// This is a comment, and is ignored by the compiler.
2
+// You can test this code by clicking the "Run" button over there ->
3
+// or if you prefer to use your keyboard, you can use the "Ctrl + Enter"
4
+// shortcut.
5
+
6
+// This code is editable, feel free to hack it!
7
+// You can always return to the original code by clicking the "Reset" button ->
8
9
+// This is the main function.
10
+fn main() {
11
+ // Statements here are executed when the compiled binary is called.
12
13
+ // Print text to the console.
14
+ println!("Welcome to Llvee!");
15
+}
0 commit comments