blob: d53846f524b8ae4f711de594cf34fc76be14f78c [file] [log] [blame]
#include <stdio.h>
int main() {
printf("foo is working.\n");
return 0;
}