Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# まこちゃんが様々な悪意あるPRに立ち向かっていくRepository
# まこちゃんが様々な悪意あるPRに立ち向かっていくRepository

## 唐突なC++コード

```c++
#include <iostream>
using namespace std;

int main() {
std::cout << "Hello" << std::endl;
}
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

このCommit時にindentでなく言語識別子付きの三連バッククォートでコードブロック記述は残してはいけなかった