首页 > 解决方案 > 如何在 Rust 中打印 N 次字符?

问题描述

我想通过一次调用(即不循环)到print!Rust 中的宏来打印特定字符 N 次。我该怎么做呢?

标签: printingrustchar

解决方案


推荐阅读