Hi engineers my name is Muhammad Abdulloh first Hello World app

fn main(){println!("Welcome to Rust!");}

(Playground)

Output:

Welcome to Rust!

Errors:

   Compiling playground v0.0.1 (/playground)
    Finished dev [unoptimized + debuginfo] target(s) in 0.68s
     Running `target/debug/playground`

2 Likes

That's not an error. I guess the UI is misleading.

1 Like

I know, but I create test issue :slight_smile:

When you click on "Open a new thread in the Rust user forum" on the Rust Playground (behind the "Share" button), then it will create a forum post with stderr labeled as "Errors", even in case of a successful compilation. The OP just wanted to share being happy to have comiled their first program ^^.

Welcome :slight_smile:

4 Likes

Thank you bro :upside_down_face:

I'm very happy joined Rust environment very awesome developers :blush:

3 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.