Sprout/testspr/sprout.cpp

9 lines
149 B
C++
Raw Normal View History

2011-12-23 11:59:33 +00:00
#include <iostream>
#include <testspr/sprout.hpp>
int main() {
testspr::sprout_test();
std::cout << "testspr succeeded." << std::endl;
}