Skip to content

Instantly share code, notes, and snippets.

@floresstd
Created February 6, 2025 18:10
Show Gist options
  • Save floresstd/88c5242b77086bc7bae0036ffd2cbffa to your computer and use it in GitHub Desktop.
Save floresstd/88c5242b77086bc7bae0036ffd2cbffa to your computer and use it in GitHub Desktop.
Funcion basica en dart
void saludar(){
print("Buenos Dias");
}
void main() {
print("Jesus Flores 223080512811186");
//llamar a la funcion saludar}
saludar();
}
@floresstd
Copy link
Author

Salida
image

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