test-hellow world!

//for C
#include<stdio.h>

int main()
{
  printf("hellow world!");
  return 0;
}

#for python
print("hellow world!")

猜你喜欢

转载自www.cnblogs.com/marvel-ironman/p/12077858.html