@[email protected] to Programmer [email protected]English • 1 year agoProgrammers, Stop Using Primitives. Use Civilized.lemmy.sdf.orgimagemessage-square20fedilinkarrow-up1469arrow-down111
arrow-up1458arrow-down1imageProgrammers, Stop Using Primitives. Use Civilized.lemmy.sdf.org@[email protected] to Programmer [email protected]English • 1 year agomessage-square20fedilink
minus-square@[email protected]linkfedilinkEnglish1•1 year agoFor anyone wondering why the shakespearelang hello world does not work, it uses ’ instead of ' in line 13. You can find correct code here: https://courses.cs.washington.edu/courses/cse142/20wi/exploration/hello
For anyone wondering why the shakespearelang hello world does not work, it uses
’
instead of'
in line 13. You can find correct code here: https://courses.cs.washington.edu/courses/cse142/20wi/exploration/helloThanks for the correction!