Skip to content

Instantly share code, notes, and snippets.

@NiKoTron
Created May 19, 2021 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NiKoTron/f909706c85086bbe3fc23f2b55b881ee to your computer and use it in GitHub Desktop.
Save NiKoTron/f909706c85086bbe3fc23f2b55b881ee to your computer and use it in GitHub Desktop.
double-calcs
void main() {
final x = 56.65;
final y = x - 56;
print(y);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment