13 lines
124 B
C++
13 lines
124 B
C++
|
#include "CoreMinimal.h"
|
||
|
|
||
|
#include <iostream>
|
||
|
#include <cassert>
|
||
|
|
||
|
NS_STD_USING
|
||
|
NS_REDCRAFT_USING
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|