blob: 1a0af000b5b0494d6669dd01595091b0b279888e [file] [log] [blame] [edit]
#include <stdio.h>
int main() {
puts("initial hello");
puts("hello from the other side");
}