From e868a781800d9eac28aa554212c054bb71911bb1 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:50:27 +0100 Subject: [PATCH] Add prompts.txt --- Prompts.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Prompts.txt diff --git a/Prompts.txt b/Prompts.txt new file mode 100644 index 0000000..862a48b --- /dev/null +++ b/Prompts.txt @@ -0,0 +1,7 @@ +please refactor this into multiple files +refactor this go program to use two classes Card, Hand and two use pointer receivers +Create a go test file hand_test.go to test the Hand struct according to go conventions. The tests must cover: + Correct evaluation of different hand values. + Comparison logic between two different hands. + The 'best hand' selection logic from 7 cards. After writing the tests, provide the command to run these tests and + generate a test report including code coverage." \ No newline at end of file