From 5ccbf869f636d9ab964cb6e1a60a2fa7954921dc Mon Sep 17 00:00:00 2001 From: nekineki Date: Thu, 30 Nov 2023 23:06:17 +0100 Subject: add .gitignore, Cargo.toml, update template --- 2023/tpl.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to '2023/tpl.rs') diff --git a/2023/tpl.rs b/2023/tpl.rs index a932e43..4be88f8 100644 --- a/2023/tpl.rs +++ b/2023/tpl.rs @@ -1,3 +1,5 @@ +#![allow(dead_code)] +#![allow(unused_variables)] use std::fs::File; use std::io::Read; -- cgit v1.2.3