File size: 91 Bytes
431b4de
 
 
 
 
 
 
1
2
3
4
5
6
7
8
const c = console;

document.addEventListener("load", function () {
	c.log("Hello");
});