Skip to content

Instantly share code, notes, and snippets.

@creativecreatorormaybenot
Last active December 24, 2019 14:30
Show Gist options
  • Select an option

  • Save creativecreatorormaybenot/0cdcdc09bc7d177381cc51eeb7099375 to your computer and use it in GitHub Desktop.

Select an option

Save creativecreatorormaybenot/0cdcdc09bc7d177381cc51eeb7099375 to your computer and use it in GitHub Desktop.
Dart Modulo
void main() {
print(-7 % 6); // 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment