Add Rust
[gruntmaster-daemon.git] / t / problems / hello / tests / rust / prog.rs
diff --git a/t/problems/hello/tests/rust/prog.rs b/t/problems/hello/tests/rust/prog.rs
new file mode 100644 (file)
index 0000000..47ad8c6
--- /dev/null
@@ -0,0 +1,3 @@
+fn main() {
+    println!("Hello World!");
+}
This page took 0.009377 seconds and 4 git commands to generate.