Last active
February 6, 2025 18:11
-
-
Save Nicolas-Medinaa/c9ac55df7dbf717f7e2102487f474f6f to your computer and use it in GitHub Desktop.
Funciones basica en dart
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 ("Buenos dias"); | |
} | |
void main() { | |
print ("Nicolas Medina Zubia 20308051281259"); | |
saludar(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Salida
