Files

6 lines
86 B
TypeScript

import * as Effect from "effect/Effect"
Effect.log("hello").pipe(
Effect.runFork
)