This website requires JavaScript.
Explore
Help
Sign In
Sarimoko
/
Boto
Watch
1
Star
1
Fork
You've already forked Boto
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
stable
Boto
/
node
/
test.js
5 lines
99 B
JavaScript
Raw
Permalink
Blame
History
// JavaScript Document
function
test
(
)
{
console
.
log
(
'Testing 1 2 3'
)
;
}
module
.
exports
=
{
test
}
;
Reference in New Issue
View Git Blame
Copy Permalink