Created code for key_value_pair

This commit is contained in:
t
2025-01-27 21:02:39 +01:00
parent 8174f6de96
commit 1ee553a410
5 changed files with 162 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello, World!\n");
}