UNPKG
highlight
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Highlight code syntax with node.js
andris9/highlight
highlight
/
examples
/
example.js
6 lines
(4 loc)
•
68 B
JavaScript
View Raw
1
2
3
4
5
6
(
function
(
) {
"use strict"
;
console
.
log
(
'Hello World!'
); }();