Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/chloe-lilly/PlaceholderNameEngine

This commit is contained in:
Lillian Salehi 2024-10-04 01:23:52 -05:00
commit 52e054784f
2 changed files with 1 additions and 1 deletions

BIN
build/placeholderengine Executable file

Binary file not shown.

View File

@ -1,6 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello, World!";
std::printf("Hello, World!\n");
return 0;
}