Files

9 lines
105 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "Hello Lew Price!\n";
return 0;
}