Keeps the repo root clean - only README.md visible on landing page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
118 B
C#
9 lines
118 B
C#
// Sit Spam - Setzt dich dauerhaft hin
|
|
|
|
Log("=== Sit Spam gestartet ===");
|
|
|
|
while (Run)
|
|
{
|
|
Sit();
|
|
Delay(100);
|
|
} |