Add 'main.cpp' #1

Open
AliMehrabani wants to merge 1 commits from alimehrabani-patch-1 into master
Owner
There is no content yet.
AliMehrabani added 1 commit 2 weeks ago
AliMehrabani requested review from hatam 2 weeks ago
hatam reviewed 2 weeks ago
#include <iostream> // Required for input/output operations (e.g., std::cout)
#include <cstdlib> // Required for rand() and srand() functions
#include <ctime> // Required for time() function to seed the random number generator
hatam commented 2 weeks ago
Poster
Collaborator

A Comment

A Comment
hatam reviewed 2 weeks ago
#include <cstdlib> // Required for rand() and srand() functions
#include <ctime> // Required for time() function to seed the random number generator
int main() {
hatam commented 2 weeks ago
Poster
Collaborator

Another Comment

Another Comment
hatam approved these changes 2 weeks ago
hatam left a comment

HAHA

#include <cstdlib> // Required for rand() and srand() functions
#include <ctime> // Required for time() function to seed the random number generator
int main() {
hatam commented 2 weeks ago
Poster
Collaborator

Another Comment

Another Comment
hatam approved these changes 2 weeks ago
hatam left a comment

NICE ONE

#include <cstdlib> // Required for rand() and srand() functions
#include <ctime> // Required for time() function to seed the random number generator
int main() {
hatam commented 2 weeks ago
Poster
Collaborator

Another Comment

Another Comment

Reviewers

hatam approved these changes 2 weeks ago
This pull request can be merged automatically.
You are not authorized to merge this pull request.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.