brintos

brintos / llvm-project-archived public Read only

0
0
Text · 75 B · ab597e7 Raw
6 lines · c
1#include <stdio.h>2int main() {3  puts("HI i am a program");4  return 0;5}6