Senoc@tg says to OwO
Language: go Source: package main import ( "html" "fmt" "strconv" ) func main() { emoji := [][]int{{128513, 128591}, {9986, 10160}, {128640, 128704}} for _, value := range emoji { for x := value[0]; x < value[1]; x++ { fmt.Println(html.UnescapeString("&#" Errors: source_file.go:14: syntax error: unexpected semicolon or newline, expecting comma or ) Stats: Compilation time: 0.12 sec, absolute service time: 0,21 sec