diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-23 12:08:02 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-23 12:08:02 -0600 |
commit | ad8ee545d0f818dfb52c4ba154bed0b8c1bd6e44 (patch) | |
tree | 27dbcdbb55a63c2766fa138ab40396139d397569 /src/main.rs | |
download | makers-ad8ee545d0f818dfb52c4ba154bed0b8c1bd6e44.tar.gz makers-ad8ee545d0f818dfb52c4ba154bed0b8c1bd6e44.zip |
basic skeleton
Diffstat (limited to 'src/main.rs')
-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!"); +} |