Skip to content

Instantly share code, notes, and snippets.

@CESARIIN0
Last active February 6, 2025 18:46
Show Gist options
  • Save CESARIIN0/826fa520d4aba8063b056c15a3cc618d to your computer and use it in GitHub Desktop.
Save CESARIIN0/826fa520d4aba8063b056c15a3cc618d to your computer and use it in GitHub Desktop.
void greet(){
print("Good Morning");
}
void main() {
print ("Cesar Reyes Vazquez 1294");
//call the greet function}
greet ();
}
@CESARIIN0
Copy link
Author

image

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