Skip to content
Snippets Groups Projects
Commit c9012630 authored by Mikołaj Suszek's avatar Mikołaj Suszek
Browse files

Delete jezykc4.c

parent cf0f6bb6
Branches
No related merge requests found
#include <stdio.h>
int main()
{
printf("Wpisz liczbe\n");
int x;
scanf("%d", &x);
return 0;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment