blob: 64f0d096afc024b36f297dd77b60eb458a71167a [file] [log] [blame]
Andrew Sculla158e912018-07-16 11:32:13 +01001#include <iostream>
2
3int main(void) {
4 std::cout << "This looks like it worked!" << std::endl;
5 return 0;
6}