Skip to content

Commit df4aa0b

Browse files
authored
Update help.rs
1 parent ebc5651 commit df4aa0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hacker/src/help.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use colored::*;
22
use std::fs;
3+
34
pub fn display_ascii() {
45
match fs::read_to_string("/usr/share/HackerOS/Config-Files/HackerOS-Ascii") {
56
Ok(content) => println!("{}", content.bright_cyan().bold().on_black()),

0 commit comments

Comments
 (0)