Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Coding Game, n°1
Luke, in how many stars systems could tatooine hide?
1
2
3
4
5
6
7
8
9
10
11
/*
Luke has lost his star map and wants to go home.
He has access to a list containing the number of suns in each solar system of the galaxy (the function input).
How many of the solar systems could be home to Tatooine ?
Hint: https://starwars.fandom.com/wiki/Tatoo_system
*/
pub fn find_tatooine(solar_systems: &[i32]) -> i32 {
0
}
Enter to Rename, Shift+Enter to Preview
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content