Skip to content

Restructure Folders #3

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*~
File renamed without changes.
2 changes: 1 addition & 1 deletion Cutter/Program1.c → Original/Cutter/Program1.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ void main(void){
printf("Starting Countdown\n");
int i;

for (i = 10; i > 1; i++){
for (i = 10; i > 1; i--){
printf("Count is %d\n", i);
}
printf("Done\n");
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions GDB/ImpossibleOne.c → Original/GDB/ImpossibleOne.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ int main(void){

scanf("%s", &input);
printf("Checking input\n");

if (strcmp(msg, input) == 0){
printf("Login Success!\n");
return 0;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.