Hello world

SpaceDimp is dedicated to building beginner-friendly tutorials related to programming. Mainly using Rust or Go.

Topics will range from web-development, game development, and all the way down to low level Assembly.

Here's a great quote

pub fn main() {
    let name = "Alexander the Great";
    println!("There is nothing impossible to him who will try - {}", name);
}