This commit is contained in:
Erin 2022-09-19 20:58:50 +02:00 committed by ondra05
parent 61fbd3ee28
commit e936585112

View file

@ -24,7 +24,7 @@ pub trait HostInterface {
pub struct Standard;
impl HostInterface for Standard {
fn initial_vars() -> HashMap<String, Variable> {
HashMap::default()
HashMap::default()
}
fn print(&mut self, string: &str, new_line: bool) -> std::io::Result<()> {