1. #include <stdio.h>
    2. int main()
    3. {
    4. puts("hello world");
    5. return 0;
    6. }