1.0.7 • Published 1 year ago
macish23-fortea v1.0.7
macish23-fortea
a simple npm js hello world repo I created to add to the tea protocol
#Tüm kodlar burada
module.exports = function() { console.log('hello, world') } #İNDİRME
$ npm install hello-world-classic
#KULLANIM
var hello = require('hello-world-classic') hello()