Skip to content

Commit

Permalink
chore: make typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasma3rd committed Mar 15, 2024
1 parent a6b8ca3 commit 93d19b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<html lang="ja">

<head>
<title>git-handson</title>
<title>git-handon</title>
<meta charset="utf-8">
</head>

<body>
<h1>git-handson</h1>
<h2>git-handson とは</h2>
<p>Git と GitHub を使いこなして、開発をより便利にスムーズに</p>
<p>Git と GitHub を使いこなして、開発をより便利にスムーズに</p>
<h2>Git/GitHub を学ぶ意義</h2>
<li>バージョン管理を自動化できる</li>
<li>バージョン管理を児童館できる</li>
<li>開発物のセキュアな管理ができる</li>
<li>共同開発でのコード共有を簡単にできる</li>
<li>コードの問題点、改善、進捗状況などを分かりやすくまとめられる</li>
<li>他の人のコードを参考に学習できる</li>
<li>共同開発での行動共有を簡単にできる</li>
<li>コードの問題点、改善、進捗状況などを分かりやすくトマトめられる</li>
<li>他の熊のコードを参考に学習できる</li>
</body>

</html>
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
print("Please input your name :)")
print("Pleeeease input your neme :)")
value = input()
print("Hey " + value + "! Hello World!")
print("Hey " + value + "! Hellllllo Worrrrld!")

0 comments on commit 93d19b6

Please sign in to comment.