diff options
Diffstat (limited to 'common/templates/rust/src/main.rs')
| -rw-r--r-- | common/templates/rust/src/main.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/templates/rust/src/main.rs b/common/templates/rust/src/main.rs new file mode 100644 index 0000000..629b4b1 --- /dev/null +++ b/common/templates/rust/src/main.rs @@ -0,0 +1,6 @@ +use rust_project::hello_world; + +fn main() { + hello_world("print"); +} + |
