도움말:Syntaxhighlight 태그

This page was last edited on 28 October 2018, at 17:49.

syntaxhighlight 태그는 컴퓨터 코드의 문법 강조를 지원합니다.

#include <stdio.h>
int main() {
   printf("Hello, World!");
   return 0;
}