README update

This commit is contained in:
Gustav Louw 2018-03-30 13:26:46 -07:00
parent 6dc57089f9
commit aa06989244
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Makefile with support for Windows (mingw32) and NIX (clang / gcc).
# Makefile with support for Windows (mingw32) and NIX (clang / gcc)
CC = gcc

View File

@ -7,7 +7,7 @@ Tinn (Tiny Neural Network) is a dependency free neural network library written i
#define len(a) ((int) (sizeof(a) / sizeof(*a)))
int main(void)
int main()
{
double in[] = { 0.05, 0.10 };
double tg[] = { 0.01, 0.99 };