Skip to content

Commit ea53718

Browse files
authored
Update README for Debug build example
1 parent db7b1c4 commit ea53718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
return 0;
1818
}
1919
```
20-
- 빌드 예시:
20+
- `Debug` 빌드 예시:
2121
```bash
2222
g++ -g -O0 -Wall -Wextra -o hello main.cpp
2323
```

0 commit comments

Comments
 (0)