Adding the challenge 0302
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package db0302
|
||||
|
||||
func check(cond bool) {
|
||||
if !cond {
|
||||
panic("assertion failure")
|
||||
}
|
||||
}
|
||||
|
||||
// QzBQWVJJOUhU https://trialofcode.org/
|
||||
Reference in New Issue
Block a user