Formatting

This commit is contained in:
orosmatthew 2024-03-05 22:47:30 -05:00
parent 1b5b942be9
commit 4483a9f98c

View File

@ -2,6 +2,6 @@
int main()
{
std::cout << "Hello World!" << std::endl;
return EXIT_SUCCESS;
std::cout << "Hello World!" << std::endl;
return EXIT_SUCCESS;
}