This commit is contained in:
Михаил Капелько
2024-03-19 22:27:03 +03:00
parent a85d0bd3d7
commit 8027ffbdba
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
UT_hash

1
cpp/gen Executable file
View File

@@ -0,0 +1 @@
cc -o mem src/test.c

BIN
cpp/mem Executable file

Binary file not shown.

7
cpp/src/test.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}