Skip to content

Instantly share code, notes, and snippets.

@stfalconaleks
Created October 26, 2017 14:14
Show Gist options
  • Save stfalconaleks/91ca589f43ca534b62e06184d7f852fc to your computer and use it in GitHub Desktop.
Save stfalconaleks/91ca589f43ca534b62e06184d7f852fc to your computer and use it in GitHub Desktop.
$piecesOfCarrot = $carrot / 4;
foreach ($piecesOfCarrot as $pieceOfCarrot) {
$rabbit->eat($pieceOfCarrot);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment