startit/the_good_parts/script.js
Geir Okkenhaug Jerstad f822cd0e81 getting laptop in sync
2024-08-30 11:51:33 +02:00

5 lines
63 B
JavaScript

hello();
function hello() {
console.log('Hello World!');
}