-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
cyxigo edited this page Jul 15, 2026
·
5 revisions
This little guide will help you install Wi and print your very first "Hello, World!"
Currently, Wi is available only on Windows.
- Download the interpreter from the latest release
- Put it anywhere you want and add it to
PATH - Open
cmd.exe(or your favorite terminal) and type:
wi --version- If you see
Wi 1.0.0 Copyright (C) 2026 cyxigo, installation is complete.
Create a new file and name it hello.wi, then, in file, type simply:
print("Hello, World!");Run it with:
wi hello.wiYou should see:
Hello, World!
Congratulations! Wi is installed and working. So what are you waiting for? Start with learning about its syntax!