Skip to content

Instantly share code, notes, and snippets.

@pavel-ismailov
Last active October 19, 2018 09:14
Show Gist options
  • Save pavel-ismailov/7c81f02ba8c568b0b8f44c1fe1d6818b to your computer and use it in GitHub Desktop.
Save pavel-ismailov/7c81f02ba8c568b0b8f44c1fe1d6818b to your computer and use it in GitHub Desktop.
void main() {
print(3.45 >= 3.4);
print(3.35 >= 3.4);
print(3.4 >= 3.4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment