diff options
| author | Yuval Adam <_@yuv.al> | 2025-02-27 12:22:23 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-02-27 12:22:23 +0100 |
| commit | 707218cfd2987f9f3727b314201cf0c456f63f2e (patch) | |
| tree | 1137681edd3926a96dc9287b5bef6e70a780f567 /src/main.rs | |
| parent | d7958f5f0d90fe5d9c43afe776115feabfb0ebbd (diff) | |
Diffstat (limited to 'src/main.rs')
| -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!"); +} |
