terminal/src/demo.cpp

6 lines
49 B
C++
Raw Normal View History

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