不知道这个好用么?

#include <stdio.h>
int main()
{
    printf("hello linux world!\n");
    return 0;
}

比来比去还是这好用

#include <stdio.h>
int main()
{
    printf("this is the best!\n");
    return 0;
}