cxx/main.cxx
2025-04-28 18:48:44 +08:00

8 lines
160 B
C++

import <print>;
import builder;
auto main() -> int {
Builder builder;
auto ret = builder.fill_param1().fill_param2().build();
std::println("{}", ret);
}