RNAi [he/him]@hexbear.net to chapotraphouse@hexbear.netEnglish · 2 months agoThere's once again a cheeto in the White Housemessage-squaremessage-square13fedilinkarrow-up17arrow-down10
arrow-up17arrow-down1message-squareThere's once again a cheeto in the White HouseRNAi [he/him]@hexbear.net to chapotraphouse@hexbear.netEnglish · 2 months agomessage-square13fedilink
minus-squareProgAimerGirl [she/her, comrade/them]@hexbear.netlinkfedilinkEnglisharrow-up0·2 months agoinit array white.house(["C","H","E","E","T","O"])
minus-squarearswaw [he/him]@hexbear.netlinkfedilinkEnglisharrow-up0·2 months agoconst arr = string[] = [“C”,“H”,“E”,“E”,“T”,“O”]
minus-squarePaX [comrade/them, they/them]@hexbear.netMlinkfedilinkEnglisharrow-up0·2 months ago char* whitehouse = { ‘C’, ‘H’, ‘E’, ‘E’, ‘T’, ‘O’ };
minus-squarearswaw [he/him]@hexbear.netlinkfedilinkEnglisharrow-up0·2 months agoWhat language is that?
minus-squarePaX [comrade/them, they/them]@hexbear.netMlinkfedilinkEnglisharrow-up1·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[]