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 247425b commit 7a60b60Copy full SHA for 7a60b60
Rust/hello-world.rs
@@ -0,0 +1,8 @@
1
+/**.-----------------------------------------------
2
+ * | Author: guanguans <[email protected]>
3
+ * | Date: 2019-02-22 10:22
4
+ * '---------------------------------------------*/
5
+
6
+fn main() {
7
+ println!("Hello World!");
8
+}
0 commit comments