Simplest Hello World Ever (in RUST)
Introduction
If this is not your first "Hello World" tutorial, then you probably already know how they start.
Creating a file.
Writing main function (in some languages).
Writing print statement with "Hello World".
Run it and claps ๐๐๐.
This ...
vchiranjeeviak.hashnode.dev4 min read