continuable/test.cpp
2015-06-08 20:59:38 +02:00

14 lines
138 B
C++

#include "fluent++.hpp"
int main(int argc, char** argv)
{
make_waterfall()
.then([]
{
});
return 0;
}