Improve samples organization, add check script

This commit is contained in:
Jeremy Soller 2024-03-04 13:07:06 -07:00
parent 636e51510d
commit 39a6cbe67d
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
7 changed files with 28 additions and 0 deletions

View file

@ -1,5 +0,0 @@
#include <stdio.h>
int main(int argc, char **argv) {
printf("This is an example C source file\n");
}