switching to use printf instead of "cout <<"
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Hello World!\n";
|
||||
printf("Hello World!\n");
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user