Skip to content

" We are not the same, I am a martian" - Lil Wayne

Notifications You must be signed in to change notification settings

hajisml/hajisml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Profile banner

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge
₿ Bitcoin: 14Z5jHvw6Xu1Tvsn2b2XAJmwysEB5WJ5m5

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)
	}
}

🚀 Updates

Dev Excuses
- Mαrtiαηϟ VϞ Gobliηϟ -

About

" We are not the same, I am a martian" - Lil Wayne

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published