Add exercises

This commit is contained in:
pro100ton 2024-12-07 10:10:09 +03:00
parent c09145a0f5
commit 30512d0ee1
6 changed files with 16 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,3 @@
#include <stdio.h>
int main(void) { printf("hello, world\n"); }

View file

@ -0,0 +1,13 @@
#include <stdio.h>
int main(void) {
float float_var_1, float_var_2, float_var_3;
int int_var;
printf("%f\n", float_var_1);
printf("%f\n", float_var_2);
printf("%f\n", float_var_3);
printf("%d", int_var);
int _100_bottles;
int one____hundred_bottles;
int bottles_;
}