From aa1eeebb1c05edc22335cbb48af5d42be20750c0 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:20:13 +1000 Subject: moving some maths functions to implementation file --- bindgen/rust/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bindgen/rust/src/main.rs (limited to 'bindgen/rust/src/main.rs') diff --git a/bindgen/rust/src/main.rs b/bindgen/rust/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/bindgen/rust/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} -- cgit v1.2.3-70-g09d2