GAMEEEEEEEEEE

This commit is contained in:
Masashi 2025-12-17 13:16:53 +05:30
commit e0a42d0262
45 changed files with 2771 additions and 782 deletions

View file

@ -1,15 +0,0 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
int main(void);
int main(void) {
int x = 5;
float y = 10.500000;
bool z = true;
char* s = "hello";
return x;
}