// drop your code below and we'll rate it — brutally honest or full roast mode
// the worst code on the internet, ranked by shame
type Result<T> = { success: true; data: T } | { success: false; error: string };async function fetchData() { const res = await fetch('/api'); return res.json(); }async function fetchData() { const res = await fetch('/api'); return res.json(); }showing top 3 of 101 · view full leaderboard >>