Last active
February 6, 2025 18:46
-
-
Save CESARIIN0/826fa520d4aba8063b056c15a3cc618d to your computer and use it in GitHub Desktop.
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 greet(){ | |
print("Good Morning"); | |
} | |
void main() { | |
print ("Cesar Reyes Vazquez 1294"); | |
//call the greet function} | |
greet (); | |
} |
Author
CESARIIN0
commented
Feb 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment