Commit 4c6691f8 authored by wangxiaocong's avatar wangxiaocong

main-A

parent 2480b8e3
Pipeline #239 failed
package main;
/**
* @author wangxiaocong
* @date 2023/6/5
*/
public class A {
public static void main(String[] args) {
try {
int a = 0,b=1;
int c=b/a;
} catch (Exception e) {
e.printStackTrace();
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment