Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc91482

Browse files
committedAug 23, 2024
f
1 parent 8b6ab69 commit dc91482

File tree

6 files changed

+22
-0
lines changed

6 files changed

+22
-0
lines changed
 
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello, Kiwi PyCon!
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello, World!
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```plaintext
2+
Kiwi PyCon
3+
```
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```plaintext
2+
World
3+
```
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Hello World
2+
3+
Given a name, print out a salutation for them in the following format
4+
5+
```
6+
Hello, ${Name}!
7+
```
8+
9+
Example 1:
10+
11+
```plaintext
12+
Input: World
13+
Output: Hello, World!
14+
```

‎rules.md

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.