brintos

brintos / llvm-project-archived public Read only

0
0
Text · 96 B · 1a0af00 Raw
6 lines · c
1#include <stdio.h>2int main() {3  puts("initial hello");4  puts("hello from the other side");5}6