Skip to content

Instantly share code, notes, and snippets.

@1nnOc3nt
Last active January 3, 2019 10:10
Show Gist options
  • Save 1nnOc3nt/4c04a52cdefd15a5703ffee0b916cb4e to your computer and use it in GitHub Desktop.
Save 1nnOc3nt/4c04a52cdefd15a5703ffee0b916cb4e to your computer and use it in GitHub Desktop.
#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