mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
6 lines
84 B
Rust
6 lines
84 B
Rust
use test::request_forgery_tests;
|
|
|
|
fn main() {
|
|
request_forgery_tests::start();
|
|
}
|