diff options
Diffstat (limited to 'test cases/windows/3 cpp/prog.cpp')
| -rw-r--r-- | test cases/windows/3 cpp/prog.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test cases/windows/3 cpp/prog.cpp b/test cases/windows/3 cpp/prog.cpp index 45638dffb..cf6733510 100644 --- a/test cases/windows/3 cpp/prog.cpp +++ b/test cases/windows/3 cpp/prog.cpp @@ -1,7 +1,7 @@ -#include<windows.h>
-
-class Foo;
-
-int main(int argc, char **argv) {
- return 0;
-}
+#include<windows.h> + +class Foo; + +int main(int argc, char **argv) { + return 0; +} |
