Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Reduce size
Browse files Browse the repository at this point in the history
Sup buddy, you already know this is counting as one of my PR's :)
  • Loading branch information
GingerTrain committed Oct 17, 2018
1 parent 78f6eac commit 20f5918
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Actually/hello_world
@@ -1,8 +1,6 @@
#include <iostream>
using namespace std;

int main()
{
cout << "Hello, World!";
int main() {
std::cout << "Hello, World!";
return 0;
}

0 comments on commit 20f5918

Please sign in to comment.