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

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