```rust fn main() { println!("Hello,GCI!"); } ``` ([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=a66b3bc1cfb9c5ab771bf23c87be3119)) Output: ``` Hello,GCI! ``` Errors: ``` Compiling playground v0.0.1 (/playground) Finished dev [unoptimized + debuginfo] target(s) in 0.65s Running `target/debug/playground` ```