diff options
| author | Mistivia <i@mistivia.com> | 2025-08-08 00:27:50 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-08-08 00:28:56 +0800 |
| commit | 4ef4fa061cafffb69b9189915f2e223133ecc7fd (patch) | |
| tree | 968aac19e637bb86629a7e5d9ad1431173fce72c /src/main.rs | |
two sum
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!"); +} |
