From d23a6427d97a139441ef2578c0523e437f3636b2 Mon Sep 17 00:00:00 2001 From: jie Date: Wed, 11 Oct 2023 09:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index d79eca7..2c6a6ed 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ #include -#include "practice_1.h" +#include "triangle.h" int main(int argc, char **const argv) { PRACTICE::Practice1();