diff options
Diffstat (limited to 'tests/projects/c++/modules/hello/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/modules/hello/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/hello/src/main.cpp b/tests/projects/c++/modules/hello/src/main.cpp index 175b4d348..1e5cc698f 100644 --- a/tests/projects/c++/modules/hello/src/main.cpp +++ b/tests/projects/c++/modules/hello/src/main.cpp @@ -3,4 +3,4 @@ import hello; int main() { hello::say("hello module!"); return 0; -}
\ No newline at end of file +} |
