From 75fb79211582e5cd0db2ecaca7aa6f38ae6fc6f8 Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Mon, 30 May 2022 14:17:04 +0200 Subject: [PATCH] Added 1 more line to base.rs --- base.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.rs b/base.rs index b206056..4ae9c27 100644 --- a/base.rs +++ b/base.rs @@ -1,7 +1,7 @@ use proconio::input; fn solve(tc: u32){ - + todo!(); } fn main() {