Skip to content
Permalink
Browse files
Add preprocessor example
  • Loading branch information
David committed Sep 7, 2021
1 parent f1d4e0b commit 91253de020dcc32430eb2f359a5acec08fb4ef55
Showing 1 changed file with 11 additions and 0 deletions.
@@ -0,0 +1,11 @@
#include <iostream>
using namespace std;

#define PI 3.14159

int main()
{
cout << PI << endl;

return 0;
}

0 comments on commit 91253de

Please sign in to comment.