diff options
| author | magh <magh@maghmogh.com> | 2023-10-20 15:17:45 +0900 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2023-10-20 15:17:45 +0900 |
| commit | 45a6770d4584c5981db244c0da53adfd0edef795 (patch) | |
| tree | ec6fbafb98302906cdc54b1b24780a92648cc06d | |
| -rw-r--r-- | linked_list.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linked_list.c b/linked_list.c new file mode 100644 index 0000000..ff9963d --- /dev/null +++ b/linked_list.c @@ -0,0 +1,7 @@ +#include <stdio.h> +#include <stdlib.h> + +int main () +{ + +} |
