7 lines
83 B
C++
7 lines
83 B
C++
#include "src/string/string.hpp"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return 0;
|
|
}
|