X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Frust%2Fprog.rs;fp=t%2Fproblems%2Fhello%2Ftests%2Frust%2Fprog.rs;h=47ad8c634112b312f330c58f581a654f46618be7;hp=0000000000000000000000000000000000000000;hb=27be856063e024220d36e42d2b55c319c3fee384;hpb=3fa65372157835ebd1b9d286d18bd96cc832f756 diff --git a/t/problems/hello/tests/rust/prog.rs b/t/problems/hello/tests/rust/prog.rs new file mode 100644 index 0000000..47ad8c6 --- /dev/null +++ b/t/problems/hello/tests/rust/prog.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello World!"); +}