Skip to content

Instantly share code, notes, and snippets.

@DeclanGas
Created June 22, 2022 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeclanGas/6c8c5b4845a0ef2e2b7dba676ce20415 to your computer and use it in GitHub Desktop.
Save DeclanGas/6c8c5b4845a0ef2e2b7dba676ce20415 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