aboutsummaryrefslogtreecommitdiff
path: root/src/cli
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-05-30 19:40:02 -0300
committerEuAndreh <eu@euandre.org>2021-05-30 19:40:02 -0300
commitb8cf943fb17a750aaf9f567fb97e7392d9cfb455 (patch)
tree566499e8369922c8af63b574364c619755a02b7b /src/cli
parentRemove empty Perl code (diff)
downloadgistatic-b8cf943fb17a750aaf9f567fb97e7392d9cfb455.tar.gz
gistatic-b8cf943fb17a750aaf9f567fb97e7392d9cfb455.tar.xz
WIP init Rust
Diffstat (limited to 'src/cli')
-rw-r--r--src/cli/main.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli/main.rs b/src/cli/main.rs
new file mode 100644
index 0000000..cdb964d
--- /dev/null
+++ b/src/cli/main.rs
@@ -0,0 +1,4 @@
+pub fn main() {
+ println!("Hello, World!");
+ println!("a_fn(): {}", gistatic::a_fn());
+}