以下のコードの実行結果はどうなりますか? ```javascript function greet() { console.log("こんにちは"); } let result = greet(); console.log(result); ```