summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormagh <magh@maghmogh.com>2023-10-20 15:17:45 +0900
committermagh <magh@maghmogh.com>2023-10-20 15:17:45 +0900
commit45a6770d4584c5981db244c0da53adfd0edef795 (patch)
treeec6fbafb98302906cdc54b1b24780a92648cc06d
first commitHEADmaster
-rw-r--r--linked_list.c7
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 ()
+{
+
+}