Hello World

#include <iostream>

int
main (int argc, const char* argv[])
{
    std::cout << "Hello SF" << std::endl;

    return 0;
}
相關文章
相關標籤/搜索