aboutsummaryrefslogtreecommitdiff
path: root/src/cli
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-04 12:19:00 -0300
committerEuAndreh <eu@euandre.org>2021-06-04 12:19:50 -0300
commit8b3e3390ba5d166ccf5b9ea8dad648f4d27fb81d (patch)
tree491f12f767b116e618644c48ad415f1935151fd5 /src/cli
parentMakefile: Use $(NAME) (diff)
downloadgistatic-8b3e3390ba5d166ccf5b9ea8dad648f4d27fb81d.tar.gz
gistatic-8b3e3390ba5d166ccf5b9ea8dad648f4d27fb81d.tar.xz
src/: Remove subdirectories
Diffstat (limited to 'src/cli')
-rw-r--r--src/cli/main.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cli/main.rs b/src/cli/main.rs
deleted file mode 100644
index cdb964d..0000000
--- a/src/cli/main.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-pub fn main() {
- println!("Hello, World!");
- println!("a_fn(): {}", gistatic::a_fn());
-}