以下のコードで関数を呼び出すための正しい書き方はどれですか? ```javascript function greet() { console.log("Hello!"); } ```