logo

Kuber transforms projects

Why Kuber?

Kuber was created to be a simple language that would teach people how to program more easily and create real projects.

How to say Hello world?

# 'main'
'main' {
var 'hello' 'string' 'hello world'
f '$hello'
} end