Last active
November 14, 2021 17:44
-
-
Save Paul-cbt/46054a0294ddad3b9543de6cf2c948b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Resultat run(Status baseStatus) { | |
var currentStatus = baseStatus; | |
var numberOfDormir = 0; | |
var numberOfMangeoire = 0; | |
var numberOfRoue = 0; | |
return Resultat( | |
numberOfDormir: numberOfDormir, | |
numberOfMangeoire: numberOfMangeoire, | |
numberOfRoue: numberOfRoue); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment