This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
package com.muyu;
/**
* @Author:zhangzhihao
* @name:${NAME}
* @Date:2024/8/20 18:28
* 不准抄代码,添加注释,清楚每一行代码意思
*/
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}