import { VirtualTextFile } from "$/apps/source"; export default { name: "ABOUT.txt", type: "text", content: <>
An album about borrowing software forever.
A clumsy robot forgets about their girlfriend's anniversary, scrambling to find something to do for the date, eventually concluding they should watch a movie. Of course the movie is in high demand, so the tickets have sold out. Ultimately they resort to piracy, and things spiral out of control...
>, height: "25em", width: "50ch" } as VirtualTextFile;