negative_values

This commit is contained in:
Tahinli 2023-04-30 14:39:21 +03:00
parent 4bd0d34bc9
commit 489e34df26

View file

@ -1,5 +1,5 @@
use std::io;
fn get_input() -> u32
fn get_input() -> i32
{
loop
{