func main() {
http.HandleFunc("/", func(writer http.ResponseWriter, request *http.Request) {
message := strings.Join([]string{"Hello", "world!"}, " ")
_, err := writer.Write([]byte(message))
if err != nil {
panic(err)
}
})
if err := http.ListenAndServe(":8080", nil); err != nil {
panic(err)
}
}
⚡
I ΔM Δ M∆RTI∆Ŋ
Software Engineer | Graphic Designer
Lead at @yitchware, @martiandegree
-
@martiandegree | ϻ∆RͲi∆η°
- Lakecity
-
03:27
(UTC +03:00) - https://hajisml.github.io
- @hajisml
- in/hajisml
- u/hajisml
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


