├── DOCUMENTATION.md ├── README.md └── hello.ts /DOCUMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josy-cruz/typescript-kyn/HEAD/DOCUMENTATION.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josy-cruz/typescript-kyn/HEAD/README.md -------------------------------------------------------------------------------- /hello.ts: -------------------------------------------------------------------------------- 1 | console.log("Hello World"); 2 | --------------------------------------------------------------------------------