This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
dmspine64backup/test.cpp
2015-09-14 16:59:59 -05:00

5 lines
No EOL
71 B
C++
Executable file

#include <iostream>
int main() {
std::cout << "Hello nothing!";
}