diff options
| author | nasr <nsrddyn@gmail.com> | 2026-03-01 12:07:54 +0000 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-03-01 12:07:54 +0000 |
| commit | 9053e4a0a20f0c0338aa4c5d9f9c0520184bcad7 (patch) | |
| tree | 0c6fe952ff52b890f0dbb40f1587affe79a7ee94 | |
feature(main): init
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | README.md | 1 | ||||
| -rwxr-xr-x | build.sh | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11180ab --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | idea/ | ||
| 2 | idea | ||
| 3 | idea/* | ||
| 4 | .idea | ||
diff --git a/README.md b/README.md new file mode 100644 index 0000000..83b4bca --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1 @@ | |||
| # database engine in c | |||
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..1a24852 --- /dev/null +++ b/build.sh | |||
| @@ -0,0 +1 @@ | |||
| #!/bin/sh | |||
