3 lines
39 B
JavaScript
Raw Normal View History

2024-02-22 23:18:12 +01:00
function hello() {
alert("Hello !");
}