diff options
author | EuAndreh <eu@euandre.org> | 2021-06-04 12:19:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-04 12:19:50 -0300 |
commit | 8b3e3390ba5d166ccf5b9ea8dad648f4d27fb81d (patch) | |
tree | 491f12f767b116e618644c48ad415f1935151fd5 /src/main.rs | |
parent | Makefile: Use $(NAME) (diff) | |
download | gistatic-8b3e3390ba5d166ccf5b9ea8dad648f4d27fb81d.tar.gz gistatic-8b3e3390ba5d166ccf5b9ea8dad648f4d27fb81d.tar.xz |
src/: Remove subdirectories
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..cdb964d --- /dev/null +++ b/src/main.rs @@ -0,0 +1,4 @@ +pub fn main() { + println!("Hello, World!"); + println!("a_fn(): {}", gistatic::a_fn()); +} |