From e5902a9feaf951b6ff60ab2ebcc41afdccb20ab0 Mon Sep 17 00:00:00 2001 From: VicRen Date: Sun, 13 Dec 2020 23:21:00 +0800 Subject: [PATCH] update euler 54 --- {53_poker_hands => 54_poker_hands}/main.go | 0 {53_poker_hands => 54_poker_hands}/main_test.go | 0 {53_poker_hands => 54_poker_hands}/p054_poker.txt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {53_poker_hands => 54_poker_hands}/main.go (100%) rename {53_poker_hands => 54_poker_hands}/main_test.go (100%) rename {53_poker_hands => 54_poker_hands}/p054_poker.txt (100%) diff --git a/53_poker_hands/main.go b/54_poker_hands/main.go similarity index 100% rename from 53_poker_hands/main.go rename to 54_poker_hands/main.go diff --git a/53_poker_hands/main_test.go b/54_poker_hands/main_test.go similarity index 100% rename from 53_poker_hands/main_test.go rename to 54_poker_hands/main_test.go diff --git a/53_poker_hands/p054_poker.txt b/54_poker_hands/p054_poker.txt similarity index 100% rename from 53_poker_hands/p054_poker.txt rename to 54_poker_hands/p054_poker.txt