diff --git a/r/rust.rs b/r/rust.rs new file mode 100644 index 00000000..0a7674c8 --- /dev/null +++ b/r/rust.rs @@ -0,0 +1,3 @@ +fn main() { + io::println("Hello, world!"); +}