Documentation
1
2
3
4
5
use xyzzy::prompt;

fn main() {
    prompt();
}