From fd9ffcc86effcb5c17d6246de85b6ddea2d6d4b9 Mon Sep 17 00:00:00 2001 From: ppdog0 Date: Fri, 6 Aug 2021 15:40:28 +0800 Subject: [PATCH] add ; --- basic_content/const/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_content/const/README.md b/basic_content/const/README.md index c23e458..e9a23d8 100644 --- a/basic_content/const/README.md +++ b/basic_content/const/README.md @@ -45,7 +45,7 @@ void f(const int i){ ```cpp // file1.cpp -int ext +int ext; // file2.cpp #include