blob: 09b7ef14e6ba08e419ea758ae06904a375985933 [file] [log] [blame]
//@ edition: 2024
use std::fmt::Display;
pub fn hello(x: &Vec<i32>) -> impl Display { 0 }