blob: 5dd6e50faecb6d211229320b99106ac11c75d8d2 [file] [log] [blame]
#include<stdio.h>
const char* does_it_work(void) {
printf("{NAME}\n");
return "yes it does";
}