This is my first blog post.
1#include <iostream>
2
3int main() {
4 std::cout << "Hello World!";
5 return 0;
6}
last updated:
· FQL
This is my first blog post.
1#include <iostream>
2
3int main() {
4 std::cout << "Hello World!";
5 return 0;
6}