cargo_rustc_pentesting_scratchspace/
lib.rs

1//! <script>
2//! alert(1);
3//! </script>
4
5fn main() {
6    println!("Hello, world!");
7}