1
0
This repository has been archived on 2025-11-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ss-monorepo/P2/smt4497-P2/smt4497-P2.cpp
2025-10-10 02:17:07 +02:00

12 lines
175 B
C++

#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;
}