This commit is contained in:
cdle
2021-08-31 20:52:35 +08:00
parent 6cd0c63fc3
commit 4ed9cdb8e8
11 changed files with 716 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import _ "github.com/cdle/sillyGirl/core"
func main() {
select {}
}