[ create a new paste ] login | about

Link: http://codepad.org/DXLhsEtW    [ raw code | fork ]

F4l3 - C++, pasted on Sep 10:
1
2
3
4
5
6
7
8
9
10
11
#include <iostream>
#include <string>

#include "../read.h"

int main()
{
  std::string str;
  str = wikipp::read::readPage("User:Fale", "it.wikinews.org");
  std::cout << str;
}


Create a new paste based on this one


Comments: