First commit
This commit is contained in:
commit
3858a4cc32
11
cv1/program.c
Normal file
11
cv1/program.c
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#define LINESIZE 100
|
||||||
|
struct pizza {
|
||||||
|
float prize;
|
||||||
|
char name[LINESIZE];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user