13 reputation
4
bio website
location Shanghai, China
age
visits member for 5 months
seen 1 hour ago
stats profile views 5

more than 10 years C++ experience

C++ hello world

#include <iostream>

int main(int argc, char* argv[])
{
    std::cout << "hello world" << std::endl;
}

Ruby version hello world

def hello
  puts "hello world"
end

0 Votes Cast

This user has not cast any votes