graphs/main.cpp

8 lines
97 B
C++
Raw Normal View History

2024-04-11 17:53:30 -04:00
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}