diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-16 09:30:27 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-16 09:30:27 +0200 |
commit | 698633baa2505ffb60cb5bba588f8b360c767edd (patch) | |
tree | 8c0a93c3ca69f83189c0a57503581d4cdd31b097 /crates/typologies/src | |
parent | 000885c1d5a23eb353c3f490e32363010ca804d3 (diff) | |
download | warden-698633baa2505ffb60cb5bba588f8b360c767edd.tar.bz2 warden-698633baa2505ffb60cb5bba588f8b360c767edd.zip |
build(config): typologies
Diffstat (limited to 'crates/typologies/src')
-rw-r--r-- | crates/typologies/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/typologies/src/main.rs b/crates/typologies/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/crates/typologies/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} |