cpu-playground/main.cpp

8 lines
97 B
C++
Raw Normal View History

2024-05-28 18:26:08 -04:00
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}