Formatting

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

View File

@ -1,7 +1,7 @@
#include <iostream>
int main()
int main()
{
std::cout << "Hello World!" << std::endl;
return EXIT_SUCCESS;
std::cout << "Hello World!" << std::endl;
return EXIT_SUCCESS;
}