Hi!

I'm new to this platform and I want to make my first post.

In these days, i'm writing my own compiler in Rust for a really simple custom language. The syntax is:

let x = 10;

print?("Hello, ");