</> </> {}</> < / >โ€Ž๐„ƒ๐„‚๐„‚๐„€๐„๐„ƒ๐„‚๐„‚๐„ƒ๐„ƒ๐„‚๐„‚โ–Œโ”‚โ–ˆโ•‘โ–Œโ•‘โ–Œโ•‘ </>

๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป๐Ÿ–ฅโŒจ๏ธ๐Ÿ–ฑ๏ธ๐Ÿ’ป๐ŸŽง๐Ÿ–ฅ๏ธ๐ŸŽฎ๐Ÿ‘พโŒจ๐Ÿ›ธ๐Ÿฆ‡โ–ถ

๐Ÿฆต๐Ÿ˜ฐ๐Ÿค๐Ÿ‘ต

๐Ÿ–๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ๐Ÿ‘‹๐Ÿป

information technologyโŒจ

ะฏฦŽH๊ŸผIฦ† โ…ƒโ…ƒIแ™  Bฬธฬฬ›อ’ฬ›ฬ‘ฬ„ฬ‘ออ‡ฬฉIฬตอ อ„ออ—ฬƒอ‘อ„ฬณฬฌอ‰ฬŸLฬดฬพฬ€ฬŽฬ’ฬ•ฬ‹ฬอฬ—ฬ˜ฬฬ อšฬŸLฬทฬ…ฬ”อ†ฬ–อ– ฬถฬพฬ”ฬพฬอ–Cฬทฬอ—อ’ฬŠอ‘ฬฬฎอ•ฬฏฬฐฬ—ฬŸอœฬœIฬทอฬ’ฬ•ฬญฬ อ‡อœฬฎฬฎPฬดอŠอ‚อ‚ฬŒอฬ“ฬ‰ออ‡ฬฑฬ™ฬHฬถฬ›อ„ฬ”อฬอฬอŽอŽEฬธฬ‚ฬŒฬŽฬŽฬƒฬอ‹ฬ„ฬ’ฬฝฬฒอŽฬกฬณRฬทอฬ”อ†ฬ†ฬนอ‰อš

deeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee #include <stdio.h> /* Function to remove a word from a sentence */ char *remove_word(char *s1, const char *s2) { if (*s2 != '\0') { char *dst, *src, *p; const char *q; dst = src = s1; while (*src != '\0') { for (p = src, q = s2; *q != '\0' && *p == *q; p++, q++) continue; if (*q == '\0') { src = p; /* the word was found, skip it */ } else { *dst++ = *src++; /* otherwise, copy this character */ } } *dst = '\0'; /* put the null terminator if the string was shortened */ } return s1; } char *input(char buf[], size_t size) { size_t i; if (!fgets(buf, size, stdin)) return NULL; for (i = 0; buf[i]; i++) { if (buf[i] == '\n') { buf[i] = '\0'; break; } } return buf; }

i invented a cipher called "the extragalactic cipher" this is basically what it is: uppercase a becomes "๐“„ฐ" and lowercase a becomes "โฅพ" uppercase b becomes "โˆฉ" and lowercase b becomes "๐“ކ" uppercase c becomes "โŸป" and lowercase c becomes "โ†ค" uppercase d becomes "โ—ฏ" and lowercase d becomes "โ—‹" uppercase e becomes "โ–ก" and lowercase e becomes "โฌž" uppercase f becomes "โ–ณ" and lowercase f becomes "โ–ต" uppercase g becomes "โงซ" and lowercase g becomes "โฌง" uppercase h becomes "โœš" and lowercase h becomes "+" uppercase i becomes "ใ€“" and lowercase i becomes "=" uppercase j becomes "ๅ…€" and lowercase j becomes "ฯ€" uppercase k becomes "ฮ“" and lowercase k becomes "โŒˆ" uppercase l becomes "แ€œ" and lowercase l becomes "โˆพ" uppercase m becomes "1" and lowercase m becomes "โ†ฟ" uppercase n becomes "โˆช" and lowercase n becomes "โ—ก" uppercase o becomes "โœ•" and lowercase o becomes "ร—" uppercase p becomes "โˆž" and lowercase p becomes "แข" uppercase q becomes "โ”‚" and lowercase q becomes "|" uppercase r becomes "ใ„‡" and lowercase r becomes "ฮ " uppercase s becomes "ใ„ฃ" and lowercase s becomes "ฯŸ" uppercase t becomes "โˆ…" and lowercase t becomes "โŒ€" uppercase u becomes "โ€ข" and lowercase u becomes "ยท" uppercase v becomes "โ" and lowercase v becomes "โ•" uppercase w becomes "โŠ" and lowercase w becomes "โŠฅ" uppercase x becomes "โ‘" and lowercase x becomes "ใ€’" uppercase y becomes "โ‚" and lowercase y becomes "โŽ" uppercase z becomes "โž”" and lowercase z becomes "โ†’"

๐Ÿ”‘๐Ÿ”๐Ÿ†”๐Ÿ—๏ธ๐Ÿง๐Ÿ”’๐Ÿ”“๐Ÿ”

:โž• โฉœโฉœโฉœโฉœโฉœโฉœโฉœโฉœโฉœโฉœโฉœ

๐Ÿฟ๐Ÿ‘‹๐Ÿน๐Ÿ‘Š๐Ÿ‘‰๐Ÿ‘„๐Ÿ‘€๐Ÿ‘Š๐Ÿ‘‹๐Ÿ‘ฒ๐Ÿ‘ฎ๐Ÿง๐Ÿ‘ฎ๐Ÿ‘–๐Ÿ‘ฎ๐Ÿ‘Ÿ๐Ÿซ๐Ÿ‘ซ๐Ÿ‘–๐Ÿซ๐Ÿ‘–๐Ÿ‘ฅ๐Ÿช๐Ÿ‘ฉ๐Ÿ‘›๐Ÿ‘ด๐Ÿ

๐Ÿ—๐Ÿ”’๐Ÿ”‘

pancake, key,๐Ÿ”‘, ๐Ÿฅž