commit 7e832f190fc0352ef10cae204227579a30e6e458 parent 9b6a68027feeaa339fe40a1cfa1b96819f11e15c Author: David Freifeld <freifeld.david@gmail.com> Date: Mon, 22 Jun 2020 14:22:33 -0700 Remove old c code Diffstat:
| D | bpnn.c | | | 16 | ---------------- |
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/bpnn.c b/bpnn.c @@ -1,16 +0,0 @@ -#include <stdlib.h> -#include <stdio.h> - -typedef struct { - int** rows; -}Matrix; - -struct network { - -}; - -int main() -{ - - return 0; -}