import * as IO from "fp-ts/IO"; import { readFileSync } from "fs"; const main: IO.IO = ConsoleLogger.log("Hello, world!"); main();