package main import ( "fmt" "fourth/sub" ) func main() { res := sub.Kek("data.txt") fmt.Println(res) }