mirror of
https://github.com/github/codeql.git
synced 2026-04-20 06:24:03 +02:00
6 lines
84 B
Rust
6 lines
84 B
Rust
use test::request_forgery_tests;
|
|
|
|
fn main() {
|
|
request_forgery_tests::start();
|
|
}
|