#include <iostream>
class AbdelrahmanElaraby {
public:
void introduce() {
std::cout << "Hi, I'm Abdelrahman Elaraby, a CS student at Zagazig University.\n";
std::cout << "Passionate about Full-Stack Development and continuous learning.\n";
}
};
int main() {
AbdelrahmanElaraby me;
me.introduce();
return 0;
}
computer science @ zagazig university
-
Faculty of Computers & Informatics , Zagazig University
- Egypt
- in/elaraby-dev
Pinned Loading
-
-
Monte-Carlo-Pi-Estimation
Monte-Carlo-Pi-Estimation PublicVisual simulation of Pi estimation using the Monte Carlo method in JavaScript.
JavaScript 1
-
Quaran-playlist-Manager
Quaran-playlist-Manager PublicCross-platform Quran audio player using C++ and irrKlang with 2D linked list navigation
C++
-
Bibliophile-API
Bibliophile-API PublicA RESTful API for managing book collections with authentication, validation, and MongoDB integration.
JavaScript 2
-
Competitive-Programming
Competitive-Programming PublicMy solutions to various competitive programming problems from online judges
C++
-
Neural-Network-From-Scratch
Neural-Network-From-Scratch PublicA simple neural network implementation in C++
C++
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.