Files
Cheap-Vulkan-Renderer/helloWorld.cpp
2026-02-20 01:08:15 +00:00

8 lines
101 B
C++

#include <stdio.h>
using namespace std;
int main() {
printf("Hello, World!\n");
return 0;
}