Hello, world!

Last updated: 2021-02-14

The ancient computer tradition requires the first post to be the “Hello, world!”

This is not really the first post, though: I backdated it by a few days to make it so.

It is still a work in progress project, so it doesn’t really matter that much, I suppose.

And here’s the code, in two different versions:

Python

print("Hello, world!")

Rust

fn main () {
    println!("Hello, world!");
}

Nice code… formatting! :)


 

Categories:   coding  rust  python 

Comments

comments powered by Disqus