Práctica de Procesadores de Lenguajes
npm install @alu0101126692/addloggingaddLogging
==========
A library that provides a method that can introduce console logs in functions that prints information about it
npm install addlogging --save
moduleLoad = require('../index.js')
add = moduleLoad.addLogging
add(stringWithJSCode)
npm test
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.
## Release History
* 0.1.0 Initial release
* 0.1.1 Added CI with github actions