diff options
| author | wires <wires@noreply.wires.systems> | 2025-10-21 18:39:35 -0400 |
|---|---|---|
| committer | wires <wires@noreply.wires.systems> | 2025-10-21 18:39:35 -0400 |
| commit | fc5400cb216e3961cc6fb203e364872209ef2980 (patch) | |
| tree | 692d80af54664849001b7b30620389bcf0b2931a /src/main.rs | |
| download | wyrd-fc5400cb216e3961cc6fb203e364872209ef2980.tar.gz | |
initial commit
Diffstat (limited to '')
| -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..5b2e5a6 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("hello, world!"); +} |