╔╗░╔╗░░╔╗╔╗░░░░╔╗╔╗╔╗░░░░╔╗░░╔╗ ║║░║║░░║║║║░░░░║║║║║║░░░░║║░░║║ ║╚═╝╠══╣║║║╔══╗║║║║║╠══╦═╣║╔═╝║ ║╔═╗║║═╣║║║║╔╗║║╚╝╚╝║╔╗║╔╣║║╔╗║ ║║░║║║═╣╚╣╚╣╚╝║╚╗╔╗╔╣╚╝║║║╚╣╚╝║ ╚╝░╚╩══╩═╩═╩══╝░╚╝╚╝╚══╩╝╚═╩══╝
#Compiling
- gcc hello-world.c -o hello
- ./hello
- g++ hello-world.c -o hello
- ./hello
- python hello-world.py