4 lines
105 B
Text
4 lines
105 B
Text
extern crate autopilot;
|
|
fn main() {
|
|
autopilot::key::type_string("Hello, world!", None, None, &[]);
|
|
}
|