Skip to content

Commit

Permalink
Include bank.exe in project
Browse files Browse the repository at this point in the history
Co-Authored-By: Nish <[email protected]>
  • Loading branch information
kelvinkellner and NishTewari committed Jul 31, 2021
1 parent f4038e4 commit 8440673
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ignore compiled c files
*.exe
/src/*.exe
*.out

# stack dump file
Expand Down
Binary file added bank.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/bank.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void run_program() {
run_resources();
// "Exit"
else if (strcmp(input, "exit") == 0) {
printf("Exiting...\n");
printf("Exiting...\n\n");
running = false;
}
// otherwise...
Expand Down

0 comments on commit 8440673

Please sign in to comment.