krijg het maar niet werkende, lijkt een bug te zijn ofzo. De test data werkt namelijk wel. Rip

This commit is contained in:
keiveulbugs 2023-12-10 18:44:11 +01:00
parent aa5da351c7
commit 6c8739738b
1 changed files with 6 additions and 1 deletions

View File

@ -179,4 +179,9 @@ fn colouramount(cube :String) -> COLOURS {
};
//println!("{blueamount}");
COLOURS { red: redamount, green: greenamount, blue: blueamount }
}
}