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