Added README.md to the README

This commit is contained in:
Elias Kohout
2023-09-08 13:00:20 +02:00
committed by GitHub
parent 73e1336ea3
commit fd8a3d53e1

View File

@@ -5,6 +5,7 @@ A simple C library implementing tensors. Still in development. Currently it only
``` ```
├── LICENSE ├── LICENSE
├── Makefile ├── Makefile
├── README.md
├── dtype.h ├── dtype.h
├── tensor.c ├── tensor.c
├── tensor.h ├── tensor.h