short-snip/bye.cpp
- View this file on GitHub
- Last update: 2020-09-17 11:52:26+09:00
Code
const auto bye = [](const auto& x) { std::cout << x << '\n', std::exit(0); };
#line 1 "short-snip/bye.cpp"
const auto bye = [](const auto& x) { std::cout << x << '\n', std::exit(0); };