mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 00:38:48 +00: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!")
|
|
}
|
|
}
|
|
|