11 lines
390 B
TypeScript
Executable File
11 lines
390 B
TypeScript
Executable File
#!/usr/bin/env runts -- --allow-all
|
|
|
|
import { stdinToArrayBuffer } from "https://script.hatter.ink/@61/deno-commons-mod.ts";
|
|
|
|
const input = new TextDecoder().decode(await stdinToArrayBuffer());
|
|
|
|
console.log(input.toLowerCase());
|
|
|
|
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260406T011524+08:00.MEQCIAN40qs+EY/2NQG8d00O
|
|
// xK2q9+O7mH4+ermrZYE7NNh4AiAILAc0MJ6s2Nb9xbK/BPbk9Pmf9IWehHrijJIblRNjPA==
|