brintos

brintos / llvm-project-archived public Read only

0
0
Text · 95 B · 8c80400 Raw
9 lines · cpp
1#include <stdio.h>2 3int main(int argc, char **argv)4{5	printf("Hello, world\n");6	return 0;7}8 9