1 2 3 4 5
const perceptron = @import("perceptron.zig"); pub fn main() !void { try perceptron.demo(); }