fix rust template

This commit is contained in:
2025-03-16 18:24:13 +01:00
parent e2c38ef18e
commit ba364b8195
4 changed files with 8 additions and 15 deletions

View File

@@ -1,11 +1,3 @@
use colored::*;
fn main() {
println!("{}", "Hello, world!".red());
println!("{}", "Hello, world!".green());
println!("{}", "Hello, world!".yellow());
println!("{}", "Hello, world!".blue());
println!("{}", "Hello, world!".purple());
println!("{}", "Hello, world!".cyan());
println!("{}", "Hello, world!".white());
println!("{}", "Hello, world!");
}