diff options
| author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-07-26 09:01:02 +0300 |
|---|---|---|
| committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-07-26 09:01:02 +0300 |
| commit | c810925fce7d5de1845e09538b6943f54f266cb0 (patch) | |
| tree | 7ebbd149f44dd7d4fda558bc176c94ec4389147d /src | |
| download | myslip-c810925fce7d5de1845e09538b6943f54f266cb0.tar.gz myslip-c810925fce7d5de1845e09538b6943f54f266cb0.zip | |
Initialized project and added nom as dependency
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!"); +} |
