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