brintos

brintos / llvm-project-archived public Read only

0
0
Text · 77 B · 1506565 Raw
8 lines · c
1#include <stdio.h>2 3int main() {4  printf("Hello, world!\n");5 6  return 0;7}8