mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-10 03:44:53 -08:00
9 lines
72 B
C++
9 lines
72 B
C++
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
puts("Handmade Hero!");
|
|
|
|
return 0;
|
|
}
|