diff options
author | Valentin Popov <info@valentineus.link> | 2019-01-23 01:04:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-01-23 01:04:00 +0300 |
commit | 90a91dfcf4c65276b40a137bf0d31dc83ef5f45e (patch) | |
tree | bc77e4513fb0e66a0bf21915716a36f1d1031a5a /src | |
download | bbb2json-90a91dfcf4c65276b40a137bf0d31dc83ef5f45e.tar.xz bbb2json-90a91dfcf4c65276b40a137bf0d31dc83ef5f45e.zip |
Initial commit
Signed-off-by: Valentin Popov <info@valentineus.link>
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..a30eb95 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} |