Last active
February 6, 2025 18:33
-
-
Save ali-ledezma/7ab94dd07990f60b0da1a9eca9301bcf to your computer and use it in GitHub Desktop.
funciones
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void saludar() { | |
print("buenas diotas"); | |
} | |
void main(){ | |
print("DIEGO LEDEZMA 22308051281229"); | |
saludar(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Salida
