header only lib

This commit is contained in:
vrd
2024-05-17 19:02:56 +03:00
parent a8fb5f7d3d
commit 57c0aa4309
10 changed files with 272 additions and 264 deletions
+4
View File
@@ -2,6 +2,10 @@
int main()
{
int* x;
void* y;
x = y;
char s[16];
scanf("%s", s);
printf("%s\n", s);