change that wording to be family friendly

This commit is contained in:
endernon 2024-12-01 21:21:28 +00:00
parent f07e8b1ea2
commit 923cb07872
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.idea
target

View file

@ -8,7 +8,7 @@ fn main() {
list2.sort();
if list1.len() != list2.len() {
panic!("your lists are fucked")
panic!("your lists are broken. The length is not equal.")
}
let mut totaldiff: i64 = 0;