hello world update
This commit is contained in:
		
							parent
							
								
									cc479b5e70
								
							
						
					
					
						commit
						8d7a18a851
					
				| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
const helloWorld = function() {
 | 
					const helloWorld = function() {
 | 
				
			||||||
  return ''
 | 
					  return 'Hello, World!'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
module.exports = helloWorld
 | 
					module.exports = helloWorld
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue