Skip to content

Instantly share code, notes, and snippets.

@Paul-cbt
Last active November 14, 2021 17:44
Show Gist options
  • Save Paul-cbt/46054a0294ddad3b9543de6cf2c948b3 to your computer and use it in GitHub Desktop.
Save Paul-cbt/46054a0294ddad3b9543de6cf2c948b3 to your computer and use it in GitHub Desktop.
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