Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
0482bcb82d76214561c774823491c195b241ab8c
/
.
/
mishell
/
src
/
main
/
resources
/
scripts
/
hello.js
blob: baef51ff27fd32dd7f9225f3951547c4de7224bb [
file
] [
log
] [
blame
]
Manuel L. Santillan
295c199
2006-09-09 17:48:36 +0000
[
diff
] [
blame
]
1
/*
2
* This is sample JavaScript file that can be loaded into script console.
3
* This file prints "hello, world".
4
*/
5
6
echo
(
"hello, world"
);