/zplang-hello

Hello World project for Zplang

Primary LanguageHTML

zapcli-hello

Hello World project for ZapCLI

Project Description

This is a simple "Hello, World!" project to get you started. The main purpose of this project is to demonstrate the basic syntax and structure of a ZapCLI program.

Installation

To run this project, you will need to have zapcli installed on your machine.

npm i -g @zapcli/cli

Usage

Once you have ZapCLI installed, you can run the program by using:

zapcli execute hello.zp

You can use the vscode task Cmd + Shift + B on the .zp file to run it.