Anonymous code block:
DO $$
BEGIN
raise notice 'hello world';
END; $$;Anonymous code block:
DO $$
BEGIN
raise notice 'hello world';
END; $$;| import * as secp from "@noble/secp256k1" | |
| import { blake3 } from "@noble/hashes/blake3" | |
| import canonicalize from "canonicalize" | |
| import { Address } from "micro-eth-signer" | |
| import { base58, base64 } from "@scure/base" | |
| // enables sync mode | |
| import { hmac } from "@noble/hashes/hmac" | |
| import { sha256 } from "@noble/hashes/sha256" | |
| secp.etc.hmacSha256Sync = (k, ...m) => |
| use_bpm 110 | |
| hits = "/Users/steve/code/so_much_to_say/samples/" | |
| voices = File.readlines("/Users/steve/code/so_much_to_say/voices.txt").map {|line| line.chomp} | |
| words = %w(so much to say) | |
| puts "hello!!!!!" |