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

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