summaryrefslogtreecommitdiff
path: root/rust-book/packages/my-project/src/sound/instrument.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust-book/packages/my-project/src/sound/instrument.rs')
-rwxr-xr-xrust-book/packages/my-project/src/sound/instrument.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust-book/packages/my-project/src/sound/instrument.rs b/rust-book/packages/my-project/src/sound/instrument.rs
new file mode 100755
index 0000000..727784e
--- /dev/null
+++ b/rust-book/packages/my-project/src/sound/instrument.rs
@@ -0,0 +1,3 @@
+pub fn clarinet() {
+ println!("clarinet");
+}