checkpoint

This commit is contained in:
aljazbrodar. 2025-12-10 17:57:28 +01:00
parent 12421d0e5d
commit 1d357c6c96
48 changed files with 1580 additions and 219 deletions

View file

@ -7,7 +7,6 @@ unsigned char Device::read() { return 0; }
void Device::write(unsigned char) {}
InputDevice::InputDevice(istream& in) {
input = ∈
}