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

5 lines
69 B
C++
Raw Normal View History

2015-09-14 15:04:54 -05:00
#include <iostream>
int main() {
std::cout << "Hello World!";
}