diff options
| author | ruki <[email protected]> | 2024-04-02 00:58:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-02 00:58:40 +0800 |
| commit | 53a18e3ebc0455166031a8b7aa958825b86a307c (patch) | |
| tree | c846c58f443f14716a18f800bb4eac0921f3984a /tests/projects/c/console/src | |
| parent | d1ee61015c30cd08455b8d9bf85970b4ecaa079a (diff) | |
format tests and templates
Diffstat (limited to 'tests/projects/c/console/src')
| -rw-r--r-- | tests/projects/c/console/src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/c/console/src/main.c b/tests/projects/c/console/src/main.c index 9ae580511..113930e1a 100644 --- a/tests/projects/c/console/src/main.c +++ b/tests/projects/c/console/src/main.c @@ -1,7 +1,6 @@ #include <stdio.h> -int main(int argc, char** argv) -{ +int main(int argc, char** argv) { printf("hello world!\n"); return 0; } |
