Files
42_INT_09_piscine_cpp/d05/ex00/main.cpp
2022-02-27 22:07:04 +01:00

11 lines
64 B
C++

int main() {
try
{
}
catch (std::exception & e)
{
}
}