Adding the challenge 0302
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//go:build !unix
|
||||
|
||||
package db0302
|
||||
|
||||
import "os"
|
||||
|
||||
func createFileSync(file string) (*os.File, error) {
|
||||
return os.OpenFile(file, os.O_RDWR|os.O_CREATE, 0o644)
|
||||
}
|
||||
|
||||
// QzBQWVJJOUhU https://trialofcode.org/
|
||||
Reference in New Issue
Block a user