Add link so that I can validate quickly.

This commit is contained in:
Gea-Suan Lin
2024-02-18 21:45:29 +08:00
parent de47a7fab3
commit 64a2507631

View File

@@ -49,7 +49,7 @@ func main() {
} }
if score > 0 { if score > 0 {
fmt.Printf("Article %v: %v\n", article.Id, score) fmt.Printf("Article %v (https://blog.gslin.org/?p=%v): %v\n", article.Id, article.Id, score)
} }
} }
} }