bt.c (unfinished) (bit theory) #programming

include “lib/quantum.h”

int main(){
NEURON a, *b; // time
b = &a; // set time
b->id = 0; // set up incremention system TODO
a.description = “abt pointer”; // time
b->description = “abt pointer”; //time

int matrix[2][2];
matrix[0][0] = 10101010;
matrix[0][1] = 11101010;
matrix[1][0] = 11111010;
matrix[1][1] = 11111110;
// bitshift in real time to compare binary bits according to time
return 0;
}

boring story: i hated school so i learned from books. more books then fucking teachers.

Leave a Reply