Files
HansTheGatherer/main.cpp
2025-05-24 14:03:04 +02:00

8 lines
107 B
C++

#include <print>
#include <SDL3/SDL.h>
auto main() -> int {
std::println("Hello World!");
return 0;
}