1
0
go-rss-aggregator/main.go
2023-09-09 11:12:30 +03:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}