Back

C2

Hello, world code example:

module hello_world;
import stdio as io;

func i32 main(i32 argc, char** argv) {
    io.printf("Hello World!\n");
    return 0;
}

Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.