printf
int* twoSum(int* nums, int numsSize, int target, int* returnSize) { printf("This is test\n"); return NULL; }
Stdout會顯示列印的字串