From 6674db8b66ac65068865864e54cb92baf9fdde7b Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 2 Oct 2023 00:56:21 -0700 Subject: new rust template --- rust/src/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rust/src/main.rs (limited to 'rust/src/main.rs') diff --git a/rust/src/main.rs b/rust/src/main.rs new file mode 100644 index 0000000..c7328a8 --- /dev/null +++ b/rust/src/main.rs @@ -0,0 +1,6 @@ +#![forbid(unsafe_code)] + +fn main() { + println!("Hello!"); +} + -- cgit 1.4.1