Raven’s Raiment on Nostr: npub10taty…ksw7k npub1vrvcp…797jm In case you actually care (which seems highly ...
npub10tatyrd9pk4dwem62mev9ark2kzw7pywp2veujfaheejmnq9r0dqyksw7k (npub10ta…sw7k) npub1vrvcpqkvwyqwcyqsn0537szd5t9g0n9dyzvglw242c5cqh6em98q7797jm (npub1vrv…97jm)
In case you actually care (which seems highly unlikely) C makes you define variable types, and “i” is almost always a stand in for integer.
Also you mixed types when you added the “f” not telling it to treat it is a float as intended. If it ran at all it would treat the whole thing as a string, but again only if it was defined as such already.
Also you are missing a semicolon.
Also I’m aparently almost certainly irredeemably nerdy.
In case you actually care (which seems highly unlikely) C makes you define variable types, and “i” is almost always a stand in for integer.
Also you mixed types when you added the “f” not telling it to treat it is a float as intended. If it ran at all it would treat the whole thing as a string, but again only if it was defined as such already.
Also you are missing a semicolon.
Also I’m aparently almost certainly irredeemably nerdy.