1.
rebo
1.1.
Samples
1.1.1.
Fibonacci
1.1.2.
Merge Sort
1.2.
Features
1.2.1.
Hello World
1.2.2.
Expressions
1.2.3.
Math and Numbers
1.2.4.
If, Else, Match
1.2.5.
Loop, While, For
1.2.6.
Functions
1.2.7.
Types
1.2.8.
statics
1.2.9.
Structs
1.2.10.
Methods
1.2.11.
Enums
1.2.12.
Generics
1.2.13.
Includes
1.3.
Collections
1.3.1.
List<T>
1.3.2.
Map<K, V>
1.3.3.
Set<T>
Light
Rust
Coal
Navy
Ayu
rebo
Hello World
#![allow(unused)]
fn main() {
print("Hello, World!");
}