GAMEEEEEEEEEE
This commit is contained in:
parent
859e7d7560
commit
e0a42d0262
45 changed files with 2771 additions and 782 deletions
|
|
@ -1,17 +0,0 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
struct Point {
|
||||
int x;
|
||||
int y;
|
||||
};
|
||||
int main(void);
|
||||
|
||||
|
||||
int main(void) {
|
||||
struct Point p = (struct Point){ .x = 5, .y = 10 };
|
||||
struct Person person = (struct Person){ .name = "Alice", .age = 30 };
|
||||
return (p.x + person.age);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue