5 lines
70 B
Text
5 lines
70 B
Text
try {
|
|
Print("%d\n", 10 / 0);
|
|
} catch {
|
|
Print("Divide by zero");
|
|
}
|