使用的目录结构 在lc684目录下使用go mod init main创建go.mod
命令行下 go build 根据go.mod中的module进行编译 go clean 根据go.mod中的module进行清理 main.exe 直接运行