diff options
Diffstat (limited to 'rola-devtools/src')
| -rw-r--r-- | rola-devtools/src/bin/welcome.rs | 3 | ||||
| -rw-r--r-- | rola-devtools/src/lib.rs | 1 |
2 files changed, 4 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!"); +} diff --git a/rola-devtools/src/lib.rs b/rola-devtools/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/rola-devtools/src/lib.rs @@ -0,0 +1 @@ + |
