Skip to content

Commit 2bc7cf6

Browse files
authored
不要な行の削除
1 parent 3e711d8 commit 2bc7cf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reference/cstdlib/strtol.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ void convert_and_print(const char* str, int base) {
6363
int main() {
6464
const char* str = " -0x2Fabc";
6565
convert_and_print(str, 0); // 自動判別
66-
std::cout << std::endl;
6766
convert_and_print(str, 10); // 10進数
6867
convert_and_print(str, 36); // 36進数
6968

0 commit comments

Comments
 (0)