By Seongcheol Jang profile image Seongcheol Jang

test

code test

마크다운 테스트를 해보겠다.

javascript

const greeting = "Hello, Ghost!";
console.log(greeting);

function testPrism() {
return "Syntax highlighting works!";
}

By Seongcheol Jang profile image Seongcheol Jang
Updated on