Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active March 6, 2018 05:33
Show Gist options
  • Save parzibyte/3a08398c8dc1f299c96502943c5c5854 to your computer and use it in GitHub Desktop.
Save parzibyte/3a08398c8dc1f299c96502943c5c5854 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main(){
edad := 20
if edad >= 18{
fmt.Println("Mayor de edad")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment