aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures/helloworld/helloworld/helloworld.c
blob: 94ebcdc7d405fa97418d82e93f1113e63ceec165 (plain)
1
2
3
4
5
6
#include <stdio.h>

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