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
cdinto the folder. -
Run
wipple runto run the project:$ wipple run Hello, world!
If everything works, congratulations, you have Wipple set up! Happy hacking!