This commit is contained in:
2025-06-11 02:39:45 +02:00
parent 51c4213e8a
commit 0b4740a3f4
8 changed files with 105 additions and 81 deletions

View File

@@ -4,7 +4,7 @@ function whoseturn
set days_passed (math floor\((math $current_date - $start_date) / 86400\))
if test (math $days_passed % 2) -eq 0
echo "Alex's turn"
echo "Darling's turn"
else
echo "My turn"
end