```rust use jsexec::runjs; assert_eq!(runjs("console.log(\"hello\")").unwrap(),"hello\n");
```