console.log(hello)

//this wont output because the kernel wont load and i cant fix it

hello = function(ScreamsOfAgony){
    console.log(ScreamsOfAgony);
}
hello("Hello")