aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/hello.c
blob: 1e02bfc01d60763cbe5cd97ef027b09c0b20123e (plain) (blame)
1
2
3
4
printf();
int main(int argc) {
    printf("hello world\n");
}