diff options
Diffstat (limited to 'hello-world-with-multiple-source-files')
-rw-r--r-- | hello-world-with-multiple-source-files/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello-world-with-multiple-source-files/hello.c b/hello-world-with-multiple-source-files/hello.c index 17b896e..d1caa21 100644 --- a/hello-world-with-multiple-source-files/hello.c +++ b/hello-world-with-multiple-source-files/hello.c @@ -2,6 +2,6 @@ int main () { - printf("Hello world!\n"); + print(); return 0; } |