Skip to content

ki004.c

Problem Statement

Trying to write code only with emoji

Metadata

Property Detail
Author Amit Dutta (amitdutta4255@gmail.com)
License MIT

Actions

Raw View on GitHub

💡 You can print or save this file by opening Raw and using your browser.

Source Code

#include<stdio.h>

#define 😒 int
#define 😊 main
#define 😂 (
#define 🤣 )
#define ❤️ printf
#define 😍 ;
#define 🙌 return
#define 👍 scanf
#define 😁 "
#define 👌 {
#define 😘 }

😒 😊😂🤣👌
    😒 num😍
    ❤️😂😁Enter the number: 😁🤣😍
    👍😂😁%d😁, &num🤣😍
    ❤️😂😁Entered number: %d😁, num🤣😍
    🙌 0😍
😘