LoginSignup
1
1

More than 5 years have passed since last update.

Qiitaに要望:コードを折りたためるようにしてほしい

Last updated at Posted at 2013-06-15

コード部分の右上あたりにボタンつけて折りたためるようにしてくれると助かるなー
便利だなーと思ったので

折りたたむとこんな感じで

main.cpp

展開するといつもどおりの表示

main.cpp
#include <iostream>
using namespace std;

int main(void){
    cout << "Hello,world"<<endl;
    return 0;
}
1
1
2

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
1
1