summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-12-22 23:48:39 -0600
committerLibravatar bigfoot547 <[email protected]>2024-12-22 23:48:39 -0600
commit1f5693c5531fa7ddf7bfdb8e27dc48d9765b97ca (patch)
tree72bd95bb067306a9cf4d133a510fd10590f54d12 /src/main.rs
parentuse paths instead of dumb strings (diff)
when the
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e7a11a9..2a778e4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,3 @@
fn main() {
- println!("Hello, world!");
+
}