blob: 168ac09697e6600b184c3cc060d26a92d3a8d225 (
plain)
1
2
3
4
5
6
7
|
#include <wanda/control/commander.hpp>
#include <wanda/meta/deferred_failure.hpp>
#include <wanda/proto/version.hpp>
#include <wanda/std_ext/optional.hpp>
#include <wanda/system/magic.hpp>
auto main() -> int {}
|