diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-30 14:18:15 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-30 14:18:15 +0200 |
| commit | 56af6d299b02b07fbce1d650ae27c049dc152fa2 (patch) | |
| tree | d3654f5b192da899fa3f95fe447fc3984ed469c5 /src | |
Initial somafm project files
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!"); +} |
