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