Demo/src/demo.cpp

7 lines
90 B
C++
Raw Normal View History

#include "demo.h"
int test() {
2019-11-19 12:26:31 +01:00
const int returnValue = 42;
return returnValue;
}