Adding the challenge 0104

This commit is contained in:
2026-07-23 21:34:58 +02:00
parent 55e709af17
commit 4cb1b6d76a
6 changed files with 272 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
//go:build !unix
package db0104
import "os"
func createFileSync(file string) (*os.File, error) {
return os.OpenFile(file, os.O_RDWR|os.O_CREATE, 0o644)
}
// QzBQWVJJOUhU https://trialofcode.org/