From 1fdc38ace79da99fe433a735d716445596a63f7c Mon Sep 17 00:00:00 2001 From: VSFe <klm03025@gmail.com> Date: Mon, 4 Jan 2021 19:09:48 +0900 Subject: [PATCH] test --- test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.cpp b/test/test.cpp index fc89e8c..9267e50 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,2 +1,2 @@ #include <iostream> -int main() { std::cout << "test" << std::endl; } \ No newline at end of file +int main() { std::cout << "test" << std::endl; return 0; } \ No newline at end of file