Skip to content

Commit 6b3a869

Browse files
authored
Update help.rs
1 parent 8448dba commit 6b3a869

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hacker/src/help.rs

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

0 commit comments

Comments
 (0)