The Meson Build System http://mesonbuild.com/

9 lines
106 B

#include <iostream>
#include "test.hpp"
using namespace std;
int main() {
cout << getStr() << endl;
}