mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
129 B
129 B
Here's a simple hello world in javascript:
alert('Hello World!');
The alert
function is a build-in global from window
.