Change io crate & add a small shell
This commit is contained in:
21
user/fastfetch/src/main.rs
Normal file
21
user/fastfetch/src/main.rs
Normal file
@@ -0,0 +1,21 @@
|
||||
// #![feature(survos_std)]
|
||||
|
||||
use owo_colors::OwoColorize;
|
||||
|
||||
fn main() {
|
||||
println!(
|
||||
"{}",
|
||||
r" ___ ___ ___ ___ ___
|
||||
/ /\ /__/\ / /\ ___ / /\ / /\
|
||||
/ /:/_ \ \:\ / /::\ /__/\ / /::\ / /:/_
|
||||
/ /:/ /\ \ \:\ / /:/\:\ \ \:\ / /:/\:\ / /:/ /\
|
||||
/ /:/ /::\ ___ \ \:\ / /:/~/:/ \ \:\ / /:/ \:\ / /:/ /::\
|
||||
/__/:/ /:/\:/__/\ \__\:/__/:/ /:/______ \__\:/__/:/ \__\:/__/:/ /:/\:\
|
||||
\ \:\/:/~/:\ \:\ / /:\ \:\/:::::/__/\ | |:\ \:\ / /:\ \:\/:/~/:/
|
||||
\ \::/ /:/ \ \:\ /:/ \ \::/~~~~\ \:\| |:|\ \:\ /:/ \ \::/ /:/
|
||||
\__\/ /:/ \ \:\/:/ \ \:\ \ \:\__|:| \ \:\/:/ \__\/ /:/
|
||||
/__/:/ \ \::/ \ \:\ \__\::::/ \ \::/ /__/:/
|
||||
\__\/ \__\/ \__\/ ~~~~ \__\/ \__\/ "
|
||||
.cyan()
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user