diff options
Diffstat (limited to '')
| -rw-r--r-- | task4/scorehand.sv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/task4/scorehand.sv b/task4/scorehand.sv index a472873..a6c40d6 100644 --- a/task4/scorehand.sv +++ b/task4/scorehand.sv @@ -23,5 +23,4 @@ module scorehand(card1, card2, card3, total); else total = sum; end - endmodule: scorehand |