8 lines
84 B
C++
8 lines
84 B
C++
#include <type_traits>
|
|
|
|
int main(int argc, char* argv[]) {
|
|
std
|
|
return 0;
|
|
}
|
|
|