UNPKG

@legendsky/heloyou

Version:
6 lines (4 loc) 215 B
const helloNpm = require('./helloNpm'); const organizeFiles = require('./organizeFiles'); console.log(helloNpm()); // Print helloNpm function output organizeFiles(); // Organize files in the current directory