LoginSignup
0
1

More than 1 year has passed since last update.

初投稿です。
これからPythonやC++についてアウトプットしていきたいと思います。
まずは手始めに挨拶を。

qiita.py
print("Hello World.")
qiita.cpp
#include <iostream>

using namespace std;

int main(int argc, char** argv) {
    cout << "Hello World." << endl;
    return 0;
}

よろしくお願いします。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1