Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 680 Bytes

Wipple Starter Project

This repository contains the classic "Hello, world!" example written in Wipple. You can use it to verify that everything is set up correctly.

Usage

  1. Install Wipple if you haven't already:

    $ bash -c "$(curl -fsSL https://wipple.gramer.dev/install)"
  2. Clone the repository to your computer:

    $ git clone https://github.com/wipplelang/hello-world
  3. Open the project folder in your favorite editor, or cd into the folder.

  4. Run wipple run to run the project:

    $ wipple run
    Hello, world!

If everything works, congratulations, you have Wipple set up! Happy hacking!