Adding the challenge 0402

This commit is contained in:
2026-08-04 21:39:01 +02:00
parent f272cbdbbc
commit 1d9d74cfde
15 changed files with 1608 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
//go:build !unix
package db0402
import "os"
func createFileSync(file string) (*os.File, error) {
return os.OpenFile(file, os.O_RDWR|os.O_CREATE, 0o644)
}
// QzBQWVJJOUhU https://trialofcode.org/