qaz to Programmer [email protected]English • 1 month agoWhy have UTF8 support if you won't write your code in the Sumerian clay tablet alphabet of Ancient Mesopotamia?imagemessage-square23arrow-up1123arrow-down10
arrow-up1123arrow-down1imageWhy have UTF8 support if you won't write your code in the Sumerian clay tablet alphabet of Ancient Mesopotamia?qaz to Programmer [email protected]English • 1 month agomessage-square23
minus-square@[email protected]linkfedilink2•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?