aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello.c')
-rw-r--r--examples/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello.c b/examples/hello.c
index 5dce624..a8cb1ec 100644
--- a/examples/hello.c
+++ b/examples/hello.c
@@ -1,4 +1,4 @@
-int printf(const char*, ...);
+#include <stdio.h>
int main() {
printf("Hello, World!\n");