Getting Started

Welcome to Gujjuscript. This guide will help you install the compiler and write your first program in Gujarati.

1. Installation

You can install CodeBhai CLI globally using npm.

Terminal
npm install -g codebhai

2. Create a file

Create a new file ending with .guj. For example: hello.guj

3. Write Code

Use the bolbhai keyword to print output to the console.

4. Run It

Execute your code using the CLI.

Terminal
codebhai run hello.guj
Last updated: Dec 9, 2024Edit this page on GitHub