This Programming Language Can Only Do One Thing

Manpreet Singh
2 min readJul 12, 2022

Welcome back! Programming is one of the best skillsets to have nowadays, but programming languages can be complicated, so, let’s take a look at a programming language that can only do one thing, it can only print “Hello World”! This language is called hello-lang, here is a link to their GitHub page below:

This specific language was pretty much built out with Rust as well:

To install this language, you want to download their link in the repository description:

Once installed, you then want to setup a script file with one line in it, this one line can only contain the word “Hello World”, if it contains anything else, it will not run. Once you have that setup, you can run the following command:

--

--