aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-21 22:49:16 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-21 22:49:16 -0400
commitfd12440dada3ca11f85f84eb53d2b05af50e26b8 (patch)
treebe7301c95c326237e863aef5b7c783e1ae3d9176 /src
parentb724b7ea039ff9fb0ff17a79b90dd840691428f2 (diff)
downloadynab-export-fd12440dada3ca11f85f84eb53d2b05af50e26b8.tar.gz
ynab-export-fd12440dada3ca11f85f84eb53d2b05af50e26b8.zip
project skeleton
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
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!");
+}