summaryrefslogtreecommitdiffstats
path: root/1/1.c
blob: 54a88e966bf87a936f23feaf13dbea28dee8d3c1 (plain)
1
2
3
4
5
6
#include <stdio.h>

int main(int argc, char *argv[])
{
    printf("hello, world\n");
}