DEV Community

Cover image for Hello (Dev.To) World
Repro Dev
Repro Dev

Posted on • Originally published at reprodev.com

Hello (Dev.To) World

A few ways to say Hello World in a few languages I've been tinkering with till now that could jump start a project of your own.

Hi there. It's always hard to figure out the first post on a website. It's easy to make big promises for ideas and mission statements that you have for the future but it's not always easy to execute those.

The same can sometimes go when learning a new programming language, applying that useful patch for something you use everyday or trying out a self hosted alternative.

With that in mind let's start this first post with something that you can try out yourself, right now.

A few ways to say Hello World in a few languages I've been tinkering with till now that could jump start a project of your own.

Paste the below one liners into your favourite IDE and run your first program.

Powershell

Write-Host 'Hello, World!'
Enter fullscreen mode Exit fullscreen mode

Python

print('Hello, world!')
Enter fullscreen mode Exit fullscreen mode

Bonus Tip:

The featured image for this post was created using carbon.now.sh

Powershell Hello World from Carbon.now.sh

You can paste in any kind of code and it will let you export a high quality png or svg file for a website post or for social media.

It's free and very useful for documenting projects as you go aswell.


Hope my salutation was helpful to get you inspired and check out my website to get more tech and dev tips

ReproDev.com

Top comments (0)