2024-11-22 11:12:15 -08:00

6 lines
92 B
Rust

//@ edition: 2024
use std::fmt::Display;
pub fn hello(x: &Vec<i32>) -> impl Display { 0 }