ababup1192
4/12/2017 - 8:37 AM

hello.c

#include <stdio.h>

int main(){
  prinf("hello\n");
  return 0;
}