TSD.cxx 122 B

12345678910
  1. #include <stdio.h>
  2. #include "TSD.h"
  3. int main()
  4. {
  5. int res = TSD("TEST");
  6. printf("Hello from TSD\n");
  7. return res;
  8. }