4 lines
40 B
Plaintext
Raw Normal View History

2015-08-26 17:54:14 -07:00
while(1)
printf("hello world");
end