Skip to content

Instantly share code, notes, and snippets.

@AlabasterAxe
Last active November 7, 2025 16:58
Show Gist options
  • Select an option

  • Save AlabasterAxe/7f4368c4ea4401007099dbe2bccf2768 to your computer and use it in GitHub Desktop.

Select an option

Save AlabasterAxe/7f4368c4ea4401007099dbe2bccf2768 to your computer and use it in GitHub Desktop.
Web Underflow
void main() {
print(1<<32); // prints "0" on web...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment