Skip to content

HELLO CRUSTACEANS, Here is an new idea for an semi new function in rust #3811

@Escape-Forward

Description

@Escape-Forward

here is the damn code hope i make it official in the new update
fn input() -> String{
print!(":");
io::stdout().flush().expect("");
let mut a = String::new();
io::stdin()
.read_line(&mut a)
.expect("error");
a.trim().to_string()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions