#include <iostream>
#include <string>
#include <sstream>
#include <chrono>
#include <thread>
int main()
{
std::cout << R"(
.-""""""-.
.' '.
/ O O \
: :
: ', ,' :
\ '-......-' /
'. .'
'-......-'
)" << std::endl;
std::string name = "Joseph Yaduvanshi";
std::string intro = "Step right up folks and behold the coding genius of "+ name + "." + "\nI'll take your boring old apps and turn them into Flutter-ific masterpieces.\nAnd when I'm done, I'll add a dash of Python magic to make sure everything runs like a dream.\nSo don't just sit there, let's build something amazing together! ";
std::string word;
std::stringstream ss(intro);
std::chrono::milliseconds delay(200);
while (ss >> word)
{
std::cout << word << " " << std::flush;
std::this_thread::sleep_for(delay);
}
std::cout << std::endl;
return 0;
}
-
🔭 I’m currently working on Flutter Framework
-
🌱 I’m currently learning Flutter, Kotlin, Javascript
-
🤝 I’m looking for help with RUST
-
👨💻 All of my projects are available on my GitHub
-
📝 I regularly write articles on Medium
-
💬 Ask me about Flutter, Dart & APP Development
-
🙋🏻 How to reach me: 📩 me at josefyaduvanshi@gmail.com