Last active
January 3, 2019 10:10
-
-
Save 1nnOc3nt/4c04a52cdefd15a5703ffee0b916cb4e 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
#define pi 3.14 | |
printf("Hello World!\nThis is pi number: %2f", pi); | |
------------------------------------------------------------------------------------------------- | |
printf("Hello World!\nThis is pi number: %2f", 3.14); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment