diff options
Diffstat (limited to '_prototype/player/src/lib.rs')
| -rw-r--r-- | _prototype/player/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_prototype/player/src/lib.rs b/_prototype/player/src/lib.rs new file mode 100644 index 0000000..4723252 --- /dev/null +++ b/_prototype/player/src/lib.rs @@ -0,0 +1,3 @@ +pub fn player_main() { + println!("Hello Markdialog Player") +} |
