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
-
@martiandegree | ϻ∆RͲi∆η°
- Lakecity
-
00:00
- 3h ahead - https://hajisml.github.io
- @hajisml
- in/hajisml
- u/hajisml
Pinned Loading
18 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More