7 lines
83 B
C++
Raw Normal View History

2024-08-25 11:27:24 -06:00
#include <iostream>
int main()
{
std::cout << "Hello World!\n";
return 0;