8 lines
163 B
C
8 lines
163 B
C
#include"simple.h"
|
|
|
|
int answer_to_life_the_universe_and_everything (void);
|
|
|
|
int simple_function(void) {
|
|
return answer_to_life_the_universe_and_everything();
|
|
}
|