main
js 5 lines 122 Bytes
Raw
1 const SUCCESSFUL_COMPILATION_MESSAGE = 'Compiled successfully.';
2
3 module.exports = {
4 SUCCESSFUL_COMPILATION_MESSAGE,
5 };