manbytesgnu_site

Source files for manbytesgnu.org
git clone git://holbrook.no/manbytesgnu_site.git
Log | Files | Refs

index.js (78B)


      1 module.exports = {
      2 	'smth': smth,
      3 }
      4 
      5 function smth() {
      6 	console.log('foo');
      7 }