This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
这是顾挽ovo111的个人博客,欢迎来到我的博客,这里记录了我的学习笔记,生活感悟,技术分享等等,希望能帮助到你,也希望能和你一起进步,共同成长!
```java
public class Hello {
public static void main(String[] args) {
System.out.println("Hello World!");
}
```