diff options
author | axtloss <axtlos@disroot.org> | 2024-01-25 12:05:32 +0100 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-01-25 12:05:32 +0100 |
commit | 085c6c2a32be55c03a0bd1d54122c25579d9a1e8 (patch) | |
tree | bbad93be4633288489bcf5cae194becc5f0a7389 /src | |
download | fsverify-085c6c2a32be55c03a0bd1d54122c25579d9a1e8.tar.gz fsverify-085c6c2a32be55c03a0bd1d54122c25579d9a1e8.tar.bz2 |
initial commit
Diffstat (limited to 'src')
-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!"); +} |