Subversion Repositories programming

Rev

Blame | Last modification | View Log | RSS feed

#include <cstdio>
#include <iostream>
#include <string>
using namespace std;

int main (int argc, char *argv[])
{
        return 0;
}

/* vim: set ts=4 sts=4 sw=4 noet tw=112: */