monorepo
This commit is contained in:
12
P2/smt4497-P2/smt4497-P2.cpp
Normal file
12
P2/smt4497-P2/smt4497-P2.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user