Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion beginner/TwoNumbers.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#include <stdio.h>

void main(void) {
int main(void) {
int a,b;
/* TODO
Take two numbers from user and print the output
*/
printf("����������������");
scanf("%d %d", &a, &b);
printf("������������ǣ�%d �� %d\n", a, b);
return 0;

}
Binary file added beginner/TwoNumbers.exe
Binary file not shown.