diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-22 01:30:31 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-22 01:30:31 -0600 |
commit | e56c4bdb4f647a7d7fea47449f6dc6a4004b0436 (patch) | |
tree | f5526284e3567a1f13b5c9c4a8b0b39127e395f5 /src | |
download | gityeet-e56c4bdb4f647a7d7fea47449f6dc6a4004b0436.tar.gz gityeet-e56c4bdb4f647a7d7fea47449f6dc6a4004b0436.zip |
throw boilerplate & readme together
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!"); +} |