]> Zhao Yanbai Git Server - acecode.git/commitdiff
rust helloworld
authoracevest <zhaoyanbai@126.com>
Mon, 23 Nov 2020 15:08:25 +0000 (23:08 +0800)
committeracevest <zhaoyanbai@126.com>
Mon, 23 Nov 2020 15:08:25 +0000 (23:08 +0800)
learn/rust/helloworld.rs [new file with mode: 0644]

diff --git a/learn/rust/helloworld.rs b/learn/rust/helloworld.rs
new file mode 100644 (file)
index 0000000..2fe40a1
--- /dev/null
@@ -0,0 +1,3 @@
+fn main() {
+    println!("hello world!");
+}