Skip to content

Instantly share code, notes, and snippets.

@ali-ledezma
Last active February 6, 2025 18:33
Show Gist options
  • Save ali-ledezma/7ab94dd07990f60b0da1a9eca9301bcf to your computer and use it in GitHub Desktop.
Save ali-ledezma/7ab94dd07990f60b0da1a9eca9301bcf to your computer and use it in GitHub Desktop.
funciones
void saludar() {
print("buenas diotas");
}
void main(){
print("DIEGO LEDEZMA 22308051281229");
saludar();
}
@ali-ledezma
Copy link
Author

Salida
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment