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