Skip to content

Commit

Permalink
Submission
Browse files Browse the repository at this point in the history
  • Loading branch information
maalvikabhat committed Feb 14, 2020
1 parent 2d807e2 commit 0ab24e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion exercises/ex02.5/bigint.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* Example code for Exercises in C.
/* Maalvika Bhat SoftSys2020
Example code for Exercises in C.
This program shows a way to represent a BigInt type (arbitrary length integers)
using C strings, with numbers represents as a string of decimal digits in reverse order.
Follow these steps to get this program working:
Expand Down
3 changes: 2 additions & 1 deletion exercises/ex02.5/find_track.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* Example code for Exercises in C.
/* Maalvika Bhat SoftSys2020
Example code for Exercises in C.
Modified version of an example from Chapter 2.5 of Head First C.
*/

Expand Down
3 changes: 2 additions & 1 deletion exercises/ex02.5/recurse.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* Example code for Exercises in C.
/* Maalvika Bhat SoftSys2020
Example code for Exercises in C.
*/

#include <stdio.h>
Expand Down

0 comments on commit 0ab24e5

Please sign in to comment.