Created
February 8, 2024 20:20
-
-
Save jmichalenko/57d82070e538853369c7733c8285801e to your computer and use it in GitHub Desktop.
syntax with errors
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
include stdio.h | |
{ | |
int main(void) | |
printf("This is CS50AP!\n") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment