mirror of
https://github.com/github/codeql-action
synced 2026-05-20 05:00:58 +03:00
a7b17782a9
This is supposed to enable rust analysis for the staff ship only.
7 lines
60 B
Rust
7 lines
60 B
Rust
fn main() {
|
|
if true {
|
|
println!("Hello world!")
|
|
}
|
|
}
|
|
|