Last active
October 19, 2018 09:14
-
-
Save pavel-ismailov/7c81f02ba8c568b0b8f44c1fe1d6818b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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