// 🍳 Hold on, let me cook
const life = await Deno.openKv(".life")
const abt = {
name: "vladislav",
age: 18,
loc: "55.716823, 38.214764",
more: [
"🎓 Student @ IThub",
"🌐 Networking & Web",
"⚙️ Mostly backend",
"🎵 Dariacore enjoyer",
"❌ 418 - I'm a teapot",
],
}
await life.set(["vshakitskiy", "about"], abt)
Deno.exit(0)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.