qprime 0.0.6

An experimental programming language for quantum and weather calculations/applications.
1
2
3
4
5
6
7
8
# Hello World
Get started with Weather!

## Your first script
Weather has python-like syntax, so you can print "Hello, World!" like so:
```wthr
print("Hello, World!")
```