diff options
Diffstat (limited to 'rola-devtools/src/bin/welcome.rs')
| -rw-r--r-- | rola-devtools/src/bin/welcome.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rola-devtools/src/bin/welcome.rs b/rola-devtools/src/bin/welcome.rs new file mode 100644 index 0000000..3b1982f --- /dev/null +++ b/rola-devtools/src/bin/welcome.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Welcome!"); +} |
