diff --git a/basic_content/const/README.md b/basic_content/const/README.md index 676c065..a7e32e8 100644 --- a/basic_content/const/README.md +++ b/basic_content/const/README.md @@ -51,7 +51,7 @@ int ext * compile: g++ -o file file2.cpp file1.cpp * execute: ./file */ -int ext; +extern int ext; int main(){ std::cout<<(ext+10)< /**