#include <stdio.h>
#define YA printf

main() 
{
    YA("printf가 YA로 치환되었습니다.");
    
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: