qaz@lemmy.world to Programmer HumorEnglish · 1 month agoWhy have UTF8 support if you won't write your code in the Sumerian clay tablet alphabet of Ancient Mesopotamia?lemmy.worldimagemessage-square24fedilinkarrow-up1275arrow-down10
arrow-up1275arrow-down1imageWhy have UTF8 support if you won't write your code in the Sumerian clay tablet alphabet of Ancient Mesopotamia?lemmy.worldqaz@lemmy.world to Programmer HumorEnglish · 1 month agomessage-square24fedilink
minus-squarefoollinkfedilinkarrow-up3·edit-21 month agoFeeling mischievous? Python 3.12.6. >>> 𒁎=3 >>> 𒁎**𒁎 27 #include <iostream> int main() { int 𒇤 = 2; std::cout << (𒇤 + 𒇤) << std::endl; return 0; } $ ./a.out 4 touch 𒇤.java nvim 𒇤.java public class 𒇤 { public static void main(String[] args) { System.out.println("LMAO"); } }
Feeling mischievous?