Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wada-jun8 authored Nov 28, 2024
1 parent f234eae commit 8ce6c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ cd robosys2024
echo "hello,world" | python3 ./morse
```
### 概要
- 入力された半角アルファベットと数字、特定の記号を、モールス信号に変換します
- 入力された半角アルファベットと数字、特定の記号をモールス信号に変換します
- 大文字でも小文字でも変換されます。
- 対応していない文字や記号、スペースは全て無視されます。
- 対応していない文字や記号、全角の文字、スペースは全て無視されます。
- 各モールス信号の間にはスペースが挿入されます。

### 対応している文字や記号
Expand Down Expand Up @@ -82,7 +82,7 @@ echo "SOS" | ./morse
- Ubuntu 22.04 LTS

## License
- このリポジトリはBSD-3-Clauseライセンスの下で公開されています
- このリポジトリはBSD-3-Clauseライセンスの下で公開されています
- 詳細は[LICENCE](https://github.com/JEISU20xx/robosys2024/blob/main/LICENSE)を確認してください。

## Copyright
Expand Down

0 comments on commit 8ce6c72

Please sign in to comment.