Hello, everyone!
I am going to write blog to record the knowledge about the computer technology involved when I study. Please feel free to comment on any mistakes. Thank you!
#include <stdio.h>
int main() {
printf("Hello");
return 0;
}
print("Hello")原文:https://blog.51cto.com/12370958/2379111