Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 107 Next »

코드 블럭 삽입 기능을 이용해 문서에 코드를 삽입해 보세요.

체험하기

코드 하이라이트가 적용된 코드를 보려면 미리보기 버튼을 클릭해 주세요.
코드 스타일

JavaScript

function foo() {
    console.log("HI! This is JavaScript");
}


C

void main() {
    printf("HI! This is C");
}


JAVA

public class Main {
    public static void main(String[] args) {
        System.out.println("HI! This is Java");
    }
}


  • No labels