-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 01651c3
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Homework | Week 2 | ||
|
||
Elimizde bir kitap listesi var. Bu uygulamanın 2 görevi var. | ||
1. Uygulama içerisindeki tüm kitapları çıktı olarak göstermek. | ||
2. Girdi olarak verilen kitap ismini varsa ekrana bastırmak yok ise kitabın mevcut olmadığına dair çıktı yazdırmak. | ||
|
||
### list command | ||
``` | ||
go run main.go list | ||
``` | ||
Bu komut ile uygulama içerisindeki tüm kitapları çıktı olarak görmek istiyoruz. | ||
|
||
### search command | ||
``` | ||
go run main.go search <bookName> | ||
go run main.go search Lord of the Ring: The Return of |