Last active
October 12, 2024 00:31
-
-
Save someodd/fe1a913b9667d46827253ac15a9c39f7 to your computer and use it in GitHub Desktop.
code golf gopher server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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