Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 739 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 739 Bytes

chapel-lang-basics

About this Repository

This repository contains the basic code syntax examples of Chapel Language. These codes are also available at link

Download Links

Download Chapel from link

How to compile and run a Chapel Code

Step 1:

Running Chapel

source [Enter your path]/chapel-1.24.1/util/setchplenv.bash

Step 2:

Compiling the Code

chpl -o program program.chpl;

Step 3:

Running the Code

./program

Tutorials for Chapel are available at

Click here to redirect -> link