Skip to content

Instantly share code, notes, and snippets.

View ncorreia's full-sized avatar

Nelson Correia ncorreia

  • Space Ape Games
  • London, UK
View GitHub Profile
@ncorreia
ncorreia / matchday-results.go
Created February 24, 2023 16:01
chat gpt generated Go code to show Premier League results for a given matchday
package main
import (
"bufio"
"encoding/json"
"fmt"
"net/http"
"os"
"strconv"
"time"