add initial waf build script and source
This commit is contained in:
parent
b9a43efaa0
commit
a2fa5a1677
8
src/svi.cc
Normal file
8
src/svi.cc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main(int argc, char * argv[])
|
||||||
|
{
|
||||||
|
cout << "Hello there." << endl;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user