terminal/src/demo.cpp

6 lines
51 B
C++
Raw Permalink Normal View History

2020-01-08 19:19:26 +01:00
#include "demo.hpp"
int test() {
return 42;
}