Skip to content

Instantly share code, notes, and snippets.

@eliardocosta
Last active April 21, 2019 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliardocosta/f80c135bf6d244c7b39ee2d200c84135 to your computer and use it in GitHub Desktop.
Save eliardocosta/f80c135bf6d244c7b39ee2d200c84135 to your computer and use it in GitHub Desktop.
Minimal templates for Geany.
{fileheader}
package main
import (
"fmt"
)
func main() {
}
{fileheader}
main <- function() {
return(cat())
}
if(interactive()) main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment