index
:
tinkerbunk.git
this commit
osdev
experiments with zig, just a sandbox repo to test zig and it's features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
monkey_learns
/
test.zig
blob: 7c3472e4cc5040c30f6d18f3690d8885a9281360 (
plain
)
1
2
3
comptime
{
_
=
@import
(
"linear_regression.zig"
);
}