Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myon-bioinformatics committed Jun 24, 2023
1 parent 7748158 commit 4a983a4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,24 @@
1. ちなみにこのプログラム(_main.py_)は成功例のため、問題は基本的に起こりません。

# Causion & Countermeasures

# Example
🚴‍♂️(ENG)

- he second byte of the character "能" is "\".

- This is equivalent to writing "\" at the end of a line.

- In the C programming language, this would result in the code being commented out until the next line.

🚴‍♀️(JSP)

- 例えば、「能」という文字の2バイト目は「\」です。

- これは行の終わりを意味する記号と同義です。

- C言語では、これによって次の行までがコメントアウトされてしまいます。


# 📝The Result of Standard Output📝
🚴‍♂️(ENG)the following is the result to execute main.py as a succeed case.
Expand Down

0 comments on commit 4a983a4

Please sign in to comment.