aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authoraxtloss <axtlos@disroot.org>2024-01-25 12:58:17 +0100
committeraxtloss <axtlos@disroot.org>2024-01-25 12:58:17 +0100
commit17875ae65fcf5c9aae43804bf1baf099f367725e (patch)
treea21f89b4fa5b7944e24e96c398f95f29a648f75d /src/main.rs
parent085c6c2a32be55c03a0bd1d54122c25579d9a1e8 (diff)
downloadfsverify-17875ae65fcf5c9aae43804bf1baf099f367725e.tar.gz
fsverify-17875ae65fcf5c9aae43804bf1baf099f367725e.tar.bz2
progress
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index e7a11a9..bcab8e7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,5 @@
+mod core;
+
fn main() {
- println!("Hello, world!");
-}
+
+} \ No newline at end of file