testapp.c 96 B

1234567
  1. #include <windows.h>
  2. #include <stdio.h>
  3. int main() {
  4. printf("KMDF App\n");
  5. return 0;
  6. }