Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson authored Nov 13, 2023
1 parent 2fda0b3 commit 14f4417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ func main() {
}

func HelloServer(w http.ResponseWriter, r *http.Request) {
io.WriteString(w, "Hello World!!")
io.WriteString(w, "Hello World!!!")
}

0 comments on commit 14f4417

Please sign in to comment.