Files
jabyengine/examples/PoolBox/application/src/Overlay/GPUTest/gpu_test.cpp
2024-01-03 18:06:59 -06:00

8 lines
132 B
C++

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