terminal/src/demo.cpp

6 lines
51 B
C++

#include "demo.hpp"
int test() {
return 42;
}