DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
dummy.cpp
Go to the documentation of this file.
1#include <iostream>
2
3int main()
4{
5 std::cout << "Hello DNDS" << std::endl;
6 return 0;
7}
int main()
Definition dummy.cpp:3