* Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la
()
| 15 | */ |
| 16 | |
| 17 | async function main() { |
| 18 | const name = "world"; |
| 19 | console.log(await hello_(name)); |
| 20 | } |