hello, world!
Jagadeesh
Posted on January 6, 2022
JS
console.log('hello, world!');
C
# include <stdio.h>
int main(void)
{
printf("hello, world!");
}
💖 💪 🙅 🚩
Jagadeesh
Posted on January 6, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.