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