Skip to content

Instantly share code, notes, and snippets.

@streamer45
Created September 9, 2017 14:25
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 streamer45/a9369f473abab6764042ad361b7f5c26 to your computer and use it in GitHub Desktop.
Save streamer45/a9369f473abab6764042ad361b7f5c26 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
)
func main() {
if (true) {
fmt.printLn("test");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment