Files
rust/compiler/rustc_codegen_gcc/tests/hello-world/src/main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
45 B
Rust
Raw Normal View History

2024-03-23 01:02:34 +05:30
fn main() {
println!("Hello, world!");
2024-03-30 08:18:56 -04:00
}