From edc671f7997135b014aced00831f588c71d8910a Mon Sep 17 00:00:00 2001 From: Smrity chaudhary Date: Tue, 24 Oct 2017 12:24:12 +0530 Subject: [PATCH] Update constAndLiterals.cpp --- constAndLiterals.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constAndLiterals.cpp b/constAndLiterals.cpp index b24c461..e67c2f9 100644 --- a/constAndLiterals.cpp +++ b/constAndLiterals.cpp @@ -4,6 +4,7 @@ using namespace std; #define PI 3.1415 int main(int argc, char const *argv[]){ +//main function int radius; const int DIAMETER = 20; @@ -21,4 +22,4 @@ int main(int argc, char const *argv[]){ */ return 0; -} \ No newline at end of file +}