From fd8a3d53e15b577c7eb86a8f244f555df336f4af Mon Sep 17 00:00:00 2001 From: Elias Kohout <55064653+eliaskohout@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:00:20 +0200 Subject: [PATCH] Added README.md to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da2e251..0081c6c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A simple C library implementing tensors. Still in development. Currently it only ``` ├── LICENSE ├── Makefile +├── README.md ├── dtype.h ├── tensor.c ├── tensor.h