1
0
дзеркало https://github.com/coolaj86/fizzbuzz.git synced 2024-11-16 17:29:04 +00:00
fizzbuzz/hello.js
2010-06-26 10:54:40 -06:00

7 рядки
112 B
JavaScript
Executable File

#!/usr/bin/env node
"use strict";
var sys = require('sys');
(function () {
sys.print("Hello World!\n");
}());