- Fork the Repository
- Check the RoadMap
- Ask to be Assigned to the issue before working.
- Do Proper Research
- Leave Proper, Meaningful, and Helpful Commit Messages.
- Don't Forget to do Documentation of the Language
- Make a Pull Request
# All Languages Starting with (A Letter/ Single Character)
# Language Name
**Description**: Description of the language.
**Author**: Author(s) of the language.
**Paradigm**: Programming paradigm(s) of the language.
**Famous Use Cases**: Notable use cases of the language.
---
These markdown Renders like
Description: Lua is a lightweight, high-level programming language designed for embedded systems and game development.
Author: Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes
Paradigm: Scripting, procedural
Famous Use Cases: Used in game development, embedded systems, and scripting.
File Name: hello.lua
print("Hello, World!")
Please Add a commit message.