diff options
author | Ashelyn Dawn <git@ashen.earth> | 2024-01-09 21:10:44 -0700 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-07-02 22:11:53 -0600 |
commit | 42f81f6f816190d764d0611a90ab8f8b9e44d587 (patch) | |
tree | 06419c95edd0fad4071833823f04a313c63a2d66 /src |
Initial cargo setup
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} |