summaryrefslogtreecommitdiff
path: root/Source1.cpp
blob: c3352b933ecb83f3657c5f4d76737a2fc770ff3c (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <iostream>
using namespace std;

int main()
{
	cout << "I like fishing.";

	return 0;
}