test2
This commit is contained in:
@@ -19,8 +19,8 @@ void timer(Vault& v) {
|
||||
int x, y;
|
||||
if(Core::getID() == 0) {
|
||||
v.kout.getPos(x, y);
|
||||
v.kout.setPos(65U, 0U);
|
||||
v.kout << counter++ << " " << flush;
|
||||
v.kout.setPos(65, 0);
|
||||
v.kout << counter++ << flush;
|
||||
v.kout.setPos(x, y);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user