summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-24 23:45:04 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-24 23:45:04 -0400
commit82203823d3f6c66b07ad00abc9f4d5abec7080a3 (patch)
tree33b06c0875d4a9c8c3234cd3407ddf83654b7306 /src
parent87d7cf36fae9fa26816778e5e64c5afd6f21d5d8 (diff)
downloadmetabase-utils-82203823d3f6c66b07ad00abc9f4d5abec7080a3.tar.gz
metabase-utils-82203823d3f6c66b07ad00abc9f4d5abec7080a3.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!");
+}