Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 2, 2019 22:58
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 parzibyte/12524cbf4948e2ae56ffc691893097d5 to your computer and use it in GitHub Desktop.
Save parzibyte/12524cbf4948e2ae56ffc691893097d5 to your computer and use it in GitHub Desktop.
#include<stdio.h>// printf
int main(){
int mayorDeEdad = 1;
if(mayorDeEdad){
printf("Eres mayor de edad");
}else{
printf("NO eres mayor de edad");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment