Formatting
This commit is contained in:
parent
1b5b942be9
commit
4483a9f98c
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user