Add a common crate
[recipes.git] / common / src / main.rs
diff --git a/common/src/main.rs b/common/src/main.rs
new file mode 100644 (file)
index 0000000..e7a11a9
--- /dev/null
@@ -0,0 +1,3 @@
+fn main() {
+    println!("Hello, world!");
+}