chore: 删除无用的 README.md

This commit is contained in:
Luke 2025-07-10 16:29:34 +08:00
parent 304d3e1c0e
commit 55c7bae77c

View File

@ -1,12 +0,0 @@
## 编译器输出
### Snow 源代码
#### Main.snow
```snow
function: main
return_type: int
body:
3 L
return 65537
end body
end function
```