Content
Freya Holmr FreyaHolmer btw these large scary math symbols are just for-loops Summation (capital sigma) 3n sum 0; for ( n0; n4; n ) sum 3n; n0 Product (capital pi) 4 I 2n n1 prod 1; for ( n1; n4; n ) prod 2n; ProgrammerHumor
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
Freya Holmr FreyaHolmer btw these large scary math symbols are just for-loops Summation (capital sigma) 3n sum 0; for ( n0; n4; n ) sum 3n; n0 Product (capital pi) 4 I 2n n1 prod 1; for ( n1; n4; n ) prod 2n; ProgrammerHumor