Added a file for zlua and made a new function
This commit is contained in:
parent
be418c1b18
commit
d31978cdc1
4 changed files with 106 additions and 93 deletions
|
@ -1,6 +1,10 @@
|
|||
use colored::Colorize;
|
||||
|
||||
pub fn print_splash() {
|
||||
println!
|
||||
("# #
|
||||
# Welcome to the Zenyx terminal #
|
||||
# #");
|
||||
println!(
|
||||
"{}",
|
||||
format!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue