labs-edaf30/lab1/separate_main.cc

8 lines
94 B
C++
Raw Permalink Normal View History

2021-10-27 15:15:47 +02:00
#include "separate_fn.h"
int main()
{
the_function("Called from main()");
exit(0);
}