Merge pull request #152 from ppdog0/patch-1

add ;
This commit is contained in:
Francis
2022-04-10 16:35:45 +08:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ void f(const int i){
```cpp
// file1.cpp
int ext
int ext;
// file2.cpp
#include<iostream>