mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
14 lines
138 B
C++
14 lines
138 B
C++
|
|
#include "fluent++.hpp"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
make_waterfall()
|
|
.then([]
|
|
{
|
|
|
|
});
|
|
|
|
return 0;
|
|
}
|