aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/hello.c
blob: a8cb1ec7677f61ec921dc2b8d5339823dc6d8056 (plain)
1
2
3
4
5
#include <stdio.h>

int main() {
    printf("Hello, World!\n");
}