본문 바로가기

Baekjoon(C++)

Hello World!

I'm currently a undergraduate student of Electrical and Computer Engineering, SNU. Starting to get interested in many fields of computers, searching and studying about Programming, information security,OS etc. I'm not sure of my future, so I made this blog to leave traces of my journey to the world of computers.

As the title of this post says,

 

#include <iostream>

using namespace std;

 

int main(){

    cout<<"Hello World!"<<\n;

    return 0;

}

반응형

'Baekjoon(C++)' 카테고리의 다른 글

[C++]백준 알고리즘 10950번  (0) 2021.07.03
[C++]백준 알고리즘 13458번  (0) 2021.07.02
[C++]백준 알고리즘 2839번  (0) 2021.07.01
[C++]백준 알고리즘 15719번  (0) 2021.06.28
[C++]백준 알고리즘 1269번  (0) 2021.06.27