cargo_rustc_pentesting_scratchspace/
lib.rs

1
2
3
4
5
6
7
//! <script>
//! alert(1);
//! </script>

fn main() {
    println!("Hello, world!");
}