We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
html을 이용하여 웹페이지를 제작중인데 c언어로 만든 코드를 웹페이지에 올리고 싶습니다. 프리뷰를 누르면 나오는 모양처럼요 사진처럼 코드가 무언가에 둘러싸이게 하고 싶어요
#include<stdio.h> int main(void) { printf("hello world\n") return 0; }