This commit is contained in:
mzntori 2024-03-28 20:56:12 +01:00
parent aff3064178
commit 660b0eeb04

2
lol.rs
View file

@ -45,5 +45,5 @@ impl<T: Copy> Stack<T> {
fn main() {
println!(":)");
// test comment
// test comment 2
}