Skip to content

Instantly share code, notes, and snippets.

@Aurora0000
Created June 27, 2015 17:40
Show Gist options
  • Save Aurora0000/94e04efdf8c7789f5b0c to your computer and use it in GitHub Desktop.
Save Aurora0000/94e04efdf8c7789f5b0c to your computer and use it in GitHub Desktop.
#!/usr/bin/mono /usr/lib/iodine/bin/iodine.exe
func main() {
print("Content-type: text/html\n");
print("<p>Insert HTML here!</p>");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment