Initial push...

This commit is contained in:
2021-02-20 19:25:30 -06:00
parent 5c13d22216
commit be147b0294
482 changed files with 112377 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#include <stdio.h>
int main(int argc, char **argv)
{
int a;
if(a < 0)
{
printf("A is less than 0\n");
}
}