Hello world! 1 Reply 想了想,还是用这种最符合身份的打招呼方式吧:) <?php echo "hello world!" #include <stdio.h> int main(void){ printf("hello world!"); return 0; } #!/bin/bash echo "hello world!"
php c shell