-
Notifications
You must be signed in to change notification settings - Fork 6
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
Showing
1 changed file
with
33 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,33 @@ | ||
## Usage Instructions: | ||
|
||
ilk olarak git clone komutuyla repo'yu istediginiz dizine clonelayin. | ||
> git clone https://github.com/emreakdik/42ExamPractice | ||
Daha sonra 42ExamPractice dizinine gidin ve terminalden asagidaki komutu calistirin. | ||
> bash exampractice.sh | ||
Tebrikler shell'e ulastiniz. | ||
|
||
|
||
## User Guide: | ||
|
||
Kullanim Rehberi | ||
|
||
Shell'in kullanimi gayet basit. Secim ekranlarinda hangi sinavi ve hangi leveli pratik yapmak istiyorsaniz onu secmeniz gerekiyor. | ||
|
||
Karsiniza sorular ciktiktan sonra yapabileceginiz birden fazla hareket var. Bunlar; | ||
|
||
- Subject'in istedigi kodu yazdiktan sonra "test" yazarak kodunuzu test edebilirsiniz. | ||
- Siradaki subject'e gecmek icin "next" yazabilirsiniz. | ||
- Menuye donmek icin "menu" yazabilirsiniz. | ||
- Shell'den cikis yapmak icin "exit" yazabilirsiniz. | ||
|
||
> Komutlari ana menudeki Commands secenegini secerekte gorebilirsiniz. | ||
## Usage of the "rendu" folder: | ||
|
||
Shell'in kodunuzu dogru sekilde bulabilmesi ve test etmesi icin kodunuzu yazdiginiz konumu sinavdaymis gibi belirlemeniz gerekmektir. | ||
|
||
Menuye eristiginiz zaman program 42ExamPractice klasorunun icinde "rendu" klasoru olusturacaktir. Ornegin first_word sorusunu cozmeye calistiginizi dusunelim. | ||
|
||
Yapmaniz gereken, rendu klasorunun icinde first_word klasoru olusturup kodunuzu first_word.c dosyasinin icine yazmalisiniz. |