My new project

Kian_Banks

Member
Backer
Feb 11, 2022
23
1
Hey guys here's what I've been working on:

-------------------------------

print("Hello World")

-------------------------------

Let me know what you guy's think!
 

Kian_Banks

Member
Backer
Feb 11, 2022
23
1
Oh my bad, I just put the dashes there to separate the text haha. It was a joke to clarify.
 
Last edited:

Mavenger

New member
Backer
Mar 18, 2022
1
0
FTFY, now it's totally legit C++

C++:
#inlcude <game>

using UnrealEngine;

int main()
{
    Game game("super cool shooter thing");
    game.run();
}