aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-09 01:04:56 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-09 01:04:56 -0400
commitd54b8f01ea9c253a326a9601f58a423a64ba8b4a (patch)
tree2f2db7fe819af6b2685272b270803838180e92da /src
parent040efafa48b803768fb0c07618e3488c0931e48b (diff)
downloadynab-api-d54b8f01ea9c253a326a9601f58a423a64ba8b4a.tar.gz
ynab-api-d54b8f01ea9c253a326a9601f58a423a64ba8b4a.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!");
+}