This commit is contained in:
AJ ONeal 2019-02-12 19:33:28 -07:00
джерело aa5873164a
коміт 46a9917dc3
1 змінених файлів з 0 додано та 1 видалено

@ -5,7 +5,6 @@ extern crate rand;
use neon::prelude::*;
// tom pridham @ jane
fn hello(mut cx: FunctionContext) -> JsResult<JsString> {
Ok(cx.string("hello node"))
}