RNAi [he/him]@hexbear.net to chapotraphouse@hexbear.netEnglish · edit-22 months agoThere's once again a dang cheeto in the White Housemessage-squaremessage-square19fedilinkarrow-up182arrow-down10
arrow-up182arrow-down1message-squareThere's once again a dang cheeto in the White HouseRNAi [he/him]@hexbear.net to chapotraphouse@hexbear.netEnglish · edit-22 months agomessage-square19fedilink
minus-squareProgAimerGirl [she/her, comrade/them]@hexbear.netlinkfedilinkEnglisharrow-up9·2 months agoinit array white.house(["C","H","E","E","T","O"])
minus-squarearswaw [he/him]@hexbear.netlinkfedilinkEnglisharrow-up5·2 months agoconst arr = string[] = [“C”,“H”,“E”,“E”,“T”,“O”]
minus-squarePaX [comrade/them, they/them]@hexbear.netMlinkfedilinkEnglisharrow-up5·2 months ago char* whitehouse = { ‘C’, ‘H’, ‘E’, ‘E’, ‘T’, ‘O’ };
minus-squarearswaw [he/him]@hexbear.netlinkfedilinkEnglisharrow-up2·2 months agoWhat language is that?
minus-squarePaX [comrade/them, they/them]@hexbear.netMlinkfedilinkEnglisharrow-up2·edit-22 months agoIt’s C but looking at it again I fucked up the array initializer syntax I think lol I always forget it for some reason I meant to say char whitehouse[] = { 'C', 'H', 'E', 'E', 'T', 'O' };
minus-squarearswaw [he/him]@hexbear.netlinkfedilinkEnglisharrow-up2·2 months agoMy language was typescript but I should’ve used a colon after the string[]
init array white.house(["C","H","E","E","T","O"])
const arr = string[] = [“C”,“H”,“E”,“E”,“T”,“O”]
What language is that?
It’s C but looking at it again I fucked up the array initializer syntax I think lol
I always forget it for some reason
I meant to say
char whitehouse[] = { 'C', 'H', 'E', 'E', 'T', 'O' };
My language was typescript but I should’ve used a colon after the string[]