Skip to content

Commit 3342d6c

Browse files
committed
Reto #25 - go
1 parent f6fb004 commit 3342d6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Roadmap/25 - LOGS/go/kodenook.go

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package main
2+
3+
import "log"
4+
5+
func main() {
6+
log.Println("error")
7+
}

0 commit comments

Comments
 (0)