Hello World in the languages I know
Hi, this article is imported from my first dev.to post. I am going to write hello world in the languages I can.
English ๐
Hello World
Okay jokes aside, I will do it in the programming languages I can.
Bash
echo "Hello World!"
C
#include <stdio.h>
...
hashnode.gourav.sh2 min read