6 lines
98 B
C
6 lines
98 B
C
#include <stdio.h>
|
|
main()
|
|
{
|
|
printf("This is just a test part. Kick a key.\n");
|
|
getch();
|
|
}
|