Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « test-init-index « fixtures « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1531994d802484553b878f3e48398b358c55105b (plain)
1
2
3
(function() {
  require('util').print('Loaded successfully!');
})();