Adding the challenge 0404

This commit is contained in:
2026-08-06 21:26:45 +02:00
parent 2973ccd2b4
commit 715e66ca65
15 changed files with 1825 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
//go:build !unix
package db0404
import "os"
func createFileSync(file string) (*os.File, error) {
return os.OpenFile(file, os.O_RDWR|os.O_CREATE, 0o644)
}
// QzBQWVJJOUhU https://trialofcode.org/