game-engine/main.cpp
2024-08-03 22:58:07 -04:00

6 lines
82 B
C++

#include <fmt/core.h>
int main() {
fmt::print("Hello world!\n");
return 0;
}