-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add task-mini week 1 di md #5
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hasil output programny tolong dimasukkan ke code block.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tolong perbaiki ukuran header.
- Header terbesar untuk judul repo (
#
). - Header terbesar kedua untuk menunjukkan sesi course / week (
##
). - Untuk poin-poin materi tiap sesi pake header terbesar berikutny (
###
). - Kalo ad materi yang punya submateri, pake header terbesar berikutny (
####
).
### How to write comments | ||
|
||
#### Single Line | ||
### Single Line | ||
|
||
```python | ||
# this is a single line comment. | ||
``` | ||
|
||
#### Multi Line | ||
### Multi Line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Secara hierarki harusny header "Single Line" dan "Multi Line" itu bagian dari "How to write comments", jadi ukuranny harusny lebih kecil. Dk perlu di ubah lg.
kalo kw nulis gini di markdown:
## header
#### header juga
###### header lagi
Hasilny bakal gini:
Tolong Reviewnya