Skip to content

Commit a275812

Browse files
authored
Update prompt_60.md
1 parent 7d70d27 commit a275812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

results/prompt_60.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Prompt #60: ASCII spiral: '@' at (0,0), '#' at (1,0), '$' at (1,1), '%' at (0,1). Unwind the spiral by rotating those four points 90° CCW about the square’s center. Output the new 2×2 grid.
22

33
## OpenAI o3 (13 secs)
4+
```
45
%@
56
$#
7+
```
68

79
## Claude 4 Sonnet (7 secs)
810
I need to rotate the 2×2 grid 90° counterclockwise about its center.

0 commit comments

Comments
 (0)