aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorMatt Wimbler <[email protected]>2025-06-22 18:23:33 +0200
committerMatt Wimbler <[email protected]>2025-06-22 18:23:33 +0200
commit54a54b0d0d3365dcad90e09d48ea9257487f35e9 (patch)
tree0f2a852a16063df2b93977bbf5f9e97deda21ce5 /src/main.rs
parent746d7933ea871a873a73be96747350edd015f8d5 (diff)
basic icmp commsHEADmaster
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
deleted file mode 100644
index e7a11a9..0000000
--- a/src/main.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
- println!("Hello, world!");
-}