This repository contains the classic "Hello, world!" example written in Wipple. You can use it to verify that everything is set up correctly.
-
Install Wipple if you haven't already:
$ bash -c "$(curl -fsSL https://wipple.gramer.dev/install)"
-
Clone the repository to your computer:
$ git clone https://github.com/wipplelang/hello-world
-
Open the project folder in your favorite editor, or
cd
into the folder. -
Run
wipple run
to run the project:$ wipple run Hello, world!
If everything works, congratulations, you have Wipple set up! Happy hacking!