Content deleted Content added
No edit summary Tags: Mobile edit Mobile web edit |
→Haskell: I have no idea what genius wrote this but it doesn’t even compile. Tags: Mobile edit Mobile web edit |
||
Line 433:
<syntaxhighlight lang="cpp">
import std;
int main() {
try {▼
throw static_cast<int>(42);
▲ try
std::println("(0,{})", e);
std::println("(1,{})", e);
}
}
</syntaxhighlight>
|