blob: ab597e7dc6b2e85e67fdfc66a66282cfefef35b0 [file] [log] [blame]
#include <stdio.h>
int main() {
puts("HI i am a program");
return 0;
}