Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion calculator.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ void add(int a, int b)
}
void sub()
{
printf(" ")
}
void mul()
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grggrgrg

Expand Down Expand Up @@ -40,4 +41,4 @@ int main(void)
}
}
return 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bbvb

}
}