summaryrefslogtreecommitdiff
path: root/package/helloworld/src/helloworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'package/helloworld/src/helloworld.c')
-rw-r--r--package/helloworld/src/helloworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/helloworld/src/helloworld.c b/package/helloworld/src/helloworld.c
index 232880377..02f468f1f 100644
--- a/package/helloworld/src/helloworld.c
+++ b/package/helloworld/src/helloworld.c
@@ -1,6 +1,6 @@
#include <stdio.h>
int main() {
- printf("Hello World\n");
+ printf("Hello World! (C)\n");
return 0;
}