jabyengine/examples/PoolBox/application/src/Overlay/GPUTest/gpu_test.cpp

8 lines
132 B
C++

#include <stdio.h>
namespace GPUTest {
void main() {
printf("BlubbBlubbBlubb!!\n");
while(true);
}
}