diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 18:22:20 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 23:59:58 +0200 |
commit | 43655648a602b5b21e10dc69726d0d351bec8056 (patch) | |
tree | 39a2d11066355556006e7f61cd8cf1044377a21b /templates/rust/src/main.rs | |
parent | refactor(rust): Move to template dir (diff) | |
download | flake-templates-43655648a602b5b21e10dc69726d0d351bec8056.tar.gz flake-templates-43655648a602b5b21e10dc69726d0d351bec8056.zip |
feat(rust): Update to my SOTA
Diffstat (limited to 'templates/rust/src/main.rs')
-rw-r--r-- | templates/rust/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/rust/src/main.rs b/templates/rust/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/templates/rust/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} |