6 lines
72 B
C++
6 lines
72 B
C++
#include "header.hpp"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return 0;
|
|
} |