Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 681 Bytes

Open Source Love

Ryss

Ryss is programming language with syntax inspired by Assembly.

Simple "Hello World" program:

First option:

log 'Hello World!'

Second option:

init firstVariable 'Hello World!'
log firstVariable

Output in both cases is the same Hello World!

Documentation is available on: JavaDoc

forthebadge forthebadge