```java
public class helloworld {public static void main (String[] args){System.out.println("hello");System.out.println(10);}}
```为什么会报错
代码没啥问题,报错信息看看呢
报什么错呢
你的文件名可能不是helloworld