HandmadeHero/project/handmade_win32.cpp

9 lines
72 B
C++

#include <stdio.h>
int main()
{
puts("Handmade Hero!");
return 0;
}