codecrafters-shell-c

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3cf52192b0ac9b57f6d79d4c5dd7b4bdf163e26f
parent 7f6ad9a3c74453bce0063fb4d700ee62a7a51e14
Author: 5hif7y <[email protected]>
Date:   Mon, 30 Dec 2024 14:32:58 -0300

2 print a prompt

Diffstat:
Mapp/main.c | 2+-
Mcodecrafters.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/main.c b/app/main.c @@ -5,7 +5,7 @@ int main() { setbuf(stdout, NULL); // Uncomment this block to pass the first stage - // printf("$ "); + printf("$ "); // Wait for user input char input[100]; diff --git a/codecrafters.yml b/codecrafters.yml @@ -2,7 +2,7 @@ # # These can be VERY verbose, so we suggest turning them off # unless you really need them. -debug: false +debug: true # Use this to change the C version used to run your code # on Codecrafters.