MckeeのClub & SAKI’sブログ

Saki Shum’s Laboratory.

My Second Blog

def hello
  puts "hello world"
end
title:python
1
2
3
def hello():
    print "hello world"
    pass

Leonhard Euler

Place Kitten #4

Test Code in blog

title:main.cpp
1
2
3
4
int main()
{
 cout<<"hello world"<<endl;
};

Comments