初めての投稿

2025-04-29


こんにちは

これは初めての投稿です。

const greet = () => {
  console.log("Hello, world");
};
greet();