]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/relro-levels/hello.rs
Rollup merge of #85989 - jyn514:gitignore-cleanup, r=ehuss
[rust.git] / src / test / run-make-fulldeps / relro-levels / hello.rs
1 fn main() {
2     println!("Hello, world!");
3 }