Skip to content

Instantly share code, notes, and snippets.

@someodd
Last active October 12, 2024 00:31
Show Gist options
  • Select an option

  • Save someodd/fe1a913b9667d46827253ac15a9c39f7 to your computer and use it in GitHub Desktop.

Select an option

Save someodd/fe1a913b9667d46827253ac15a9c39f7 to your computer and use it in GitHub Desktop.
code golf gopher server
import Network;main=withSocketsDo$listenOn(PortNumber 70)>>=forever.fst.accept>=>\h->hGetLine h>>=readFile>>=hPutStr h>>hClose h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment