blob: 83bb06a5392a71be474b2841e55ac0156486c496 [file] [log] [blame]
#include"simple.h"
int answer_to_life_the_universe_and_everything (void);
int simple_function(void) {
return answer_to_life_the_universe_and_everything();
}