Skip to content

Instantly share code, notes, and snippets.

@jmichalenko
Created February 23, 2021 14:58
Show Gist options
  • Save jmichalenko/fdfab1fdec9be969a364900fdd9b5200 to your computer and use it in GitHub Desktop.
Save jmichalenko/fdfab1fdec9be969a364900fdd9b5200 to your computer and use it in GitHub Desktop.
#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