Skip to content

Commit

Permalink
emre
Browse files Browse the repository at this point in the history
  • Loading branch information
emre-23 committed Feb 3, 2021
1 parent 65b5594 commit 82391f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_challenge/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func index(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "<h1>Hello Hepsiburada from Emre</h1>")
fmt.Fprintf(w, "<h1>Hi to all from Emre</h1>")
}

func main() {
Expand Down

0 comments on commit 82391f0

Please sign in to comment.