What about an opening single quotation mark (‘) being used instead of an apostrophe (’)?
- 0 Posts
- 4 Comments
Joined 3 years ago
Cake day: June 11th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
In a Wine/Proton prefix stored in
compatdata. https://github.com/ValveSoftware/Proton/wiki/Proton-FAQ#where-are-my-saved-games-located





It’s rather trivial to translate Python to C:
$ cat << EOF > ./shitpost.c && gcc -O2 -o ./shitpost ./shitpost.c && ./shitpost #include <stdlib.h> int main(int argc, char** argv) { system("python3 -c \\"print(\\\\\\"Hello, World!\\\\\\")\\""); return 0; } EOF Hello, World!My C is a bit rusty though, sorry.