Adding the challenge 0203

This commit is contained in:
2026-07-27 17:06:44 +02:00
parent 666465bb7d
commit ee49ef185b
11 changed files with 596 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
//go:build !unix
package db0203
import "os"
func createFileSync(file string) (*os.File, error) {
return os.OpenFile(file, os.O_RDWR|os.O_CREATE, 0o644)
}
// QzBQWVJJOUhU https://trialofcode.org/