aboutsummaryrefslogtreecommitdiff
path: root/example/hello/hello.c
blob: 2f5ff54b227e582e06fcc8bc7298fb19954b4a56 (plain)
1
2
3
4
5
#include <stdio.h>
main()
{
    printf("Hello World!!\n");
}