Paste: try

Author: ray
Mode: factor
Date: Tue, 2 Apr 2013 11:07:48
Plain Text |
first try!

Annotation: hello world

Author: ray
Mode: c++
Date: Tue, 2 Apr 2013 11:11:00
Plain Text |
#include<iostream>
using namespace std;
int main()
{
  cout<<"hello world!"<<endl;
return 0;
}

New Annotation

Summary:
Author:
Mode:
Body: