My First Post

This is the code for the content 1 2 3 4 5 6 7 8 9 10 #include<iostream> #define X Y class X { private: int y; }; int main() { std::cout << "hello world" << std::endl; } Markdown examples Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 This is the first line This is the second point X Y Z 1 2 True 2 3 False My First Post This is my first blog post! ...

21 Nov, 2024 · 3 min · 467 words · Ananthanarayanan V