Make all the text white
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-05-29 10:20:54 -06:00
parent a16924413f
commit f9f094b1bf
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
4 changed files with 1964 additions and 0 deletions

View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}