The Meson Build System
http://mesonbuild.com/
9 lines
106 B
9 lines
106 B
6 years ago
|
#include <iostream>
|
||
|
#include "test.hpp"
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
int main() {
|
||
|
cout << getStr() << endl;
|
||
|
}
|