aboutsummaryrefslogtreecommitdiff
path: root/examples/ex1.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex1.c')
-rwxr-xr-xexamples/ex1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex1.c b/examples/ex1.c
index 2dcff7d..28139f9 100755
--- a/examples/ex1.c
+++ b/examples/ex1.c
@@ -1,7 +1,7 @@
#! /usr/local/bin/tcc -run
#include <tcclib.h>
-int main()
+int main()
{
printf("Hello World\n");
return 0;