Upload
This commit is contained in:
commit
43352ff262
1291 changed files with 220976 additions and 0 deletions
6
MAIN/TEST.C
Normal file
6
MAIN/TEST.C
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <stdio.h>
|
||||
main()
|
||||
{
|
||||
printf("This is just a test part. Kick a key.\n");
|
||||
getch();
|
||||
}
|
||||
Loading…
Reference in a new issue