1
0
This commit is contained in:
2025-10-10 02:17:07 +02:00
commit ee9f86004b
48 changed files with 2161 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#include "smt4497-P2.h"
int main(int argc, char* argv[], char* envp[])
{
setlocale(LC_ALL, "Spanish");
// p2_struct_union();
// p2_typedef();
p2_classes();
return 0;
}