blob: 0619933c21945aca8ceb52b163ee5af4ce440a02 [file] [log] [blame] [edit]
#include <stdio.h>
int main() {
puts("test\n");
return 0;
}