app.ts 228 B

123456789
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. import * as console from "./console";
  6. let message: string = "Hello World";
  7. console.log(message);