change that wording to be family friendly
This commit is contained in:
parent
f07e8b1ea2
commit
923cb07872
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.idea
|
||||
target
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue