mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-31 22:39:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			317 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			317 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
| <script src=bundle.js></script>
 | |
| <body>
 | |
|   <pre>
 | |
|   require('crypto').createHash('sha1').update('abc').digest('hex') == '<span id=ans></span>'
 | |
|   </pre>
 | |
| </body>
 | |
| <script>
 | |
|   document.getElementById('ans').innerHTML = require('crypto').createHash('sha1').update('abc').digest('hex')
 | |
| </script>
 | |
| </html>
 |