1. const SUCCESSFUL_COMPILATION_MESSAGE = 'Compiled successfully.';
    
  2. 
    
  3. module.exports = {
    
  4.   SUCCESSFUL_COMPILATION_MESSAGE,
    
  5. };