@@ -45,3 +45,6 @@ tramp
# cask packages
.cask/
+
+/target
+**/*.rs.bk
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}