This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
print-forever
Watch
1
Star
0
Fork
You've already forked print-forever
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6494639ae2
print-forever
/
index.js
5 lines
64 B
JavaScript
Raw
Blame
History
console
.
log
(
"hi"
)
setInterval
(
(
)
=>
{
console
.
log
(
"hi"
)
}
,
1000
)
Reference in New Issue
View Git Blame
Copy Permalink