@@ -4,6 +4,6 @@ func isMatch(s string, p string) (ans bool) {
return
}
-// func main() {
-// // Is it the same with no. 10??
-// }
+func main() {
+ // Is it the same with no. 10??
+}