Welcome to our Cro-lang tutorial! In this guide, we'll learn how to write and execute a simple program called "Hello World" using the Cro-lang programming language.
Cro-lang is a lightweight, fast, and easy-to-use programming language that runs on the web. To get started, you need to install Cro-lang:
Once Cro-lang is installed, create a new project by following these steps:
// hello.cro
print("Hello, world!");
To run the program, open a terminal or command prompt and navigate to the project directory. Then, execute the following command:
cro hello.cro
That's it! You've successfully created and executed a simple Cro-lang program. Congratulations!
If you want to learn more about Cro-lang, check out the official documentation at /docs/.