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

Upload New File

parent 4311efc2
Branches
No related merge requests found
jezykc.c 0 → 100644
#include <stdio.h>
#include <stdlib.h>
int main ()
{
printf("what if ninja got a low taper fade\n");
float x;
printf("podaj wartosc x\n");
scanf("%f",&x);
printf("Suma x+x=%.2f\n",x+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