chore: remove outdated placeholder content from project root readme

This commit is contained in:
2025-03-16 06:36:13 +00:00
parent 41ab3e5e22
commit 72994aa10f
9 changed files with 262 additions and 227 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// This source code extracts URLs from an input string and replaces them inline with their respective content in Markdown style.
// Imports used: regex.h for regular expression operations, http.h and url.h for HTTP and URL-related utility functions.
// Imports used: regex.h for regular expression operations, http.h and url.h for HTTP and URL-related utility functions.
// MIT License