컬러 스크립터

 - 사용시 코드복사도 되고 깔끔하게 잘 보인다.

 

 - 사용법은 사이트(https://colorscripter.com/)에 들어가서 해당언어, 적용시킬 스타일, 세부설정(줄번호 복사여부), 실시간 하이라이팅 체크 후, 코드를 입력 우측하단에 클립보드에 복사 클릭한다(그냥 복사하면 깨지는 경우가 종종 있다고 한다)

 

적용예시

1
2
3
4
5
6
7
8
#include <stdio.h>
#include <unistd.h> // for execl(), fork()
#include <wait.h>    // for wait()
 
int main()
{
   int   status;
   int counter = 1;
cs

+ Recent posts