diff options
| author | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-04 12:11:34 +0100 |
|---|---|---|
| committer | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-04 12:11:34 +0100 |
| commit | 6551d2e70cc48fcc699bb1c6f4dc94ca6e794dd1 (patch) | |
| tree | ac433ee19ccdf39e8bf863a9f93611b50ac97456 /src | |
| download | musicgame-6551d2e70cc48fcc699bb1c6f4dc94ca6e794dd1.tar.gz musicgame-6551d2e70cc48fcc699bb1c6f4dc94ca6e794dd1.zip | |
Initial commit
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!"); +} |
