summaryrefslogtreecommitdiff
path: root/c/0035
diff options
context:
space:
mode:
Diffstat (limited to 'c/0035')
-rw-r--r--c/0035/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/0035/main.c b/c/0035/main.c
new file mode 100644
index 0000000..253187b
--- /dev/null
+++ b/c/0035/main.c
@@ -0,0 +1,3 @@
+int searchInsert(int* nums, int numsSize, int target) {
+
+} \ No newline at end of file