make it sourcey

This commit is contained in:
Benjamin Palko 2024-08-03 23:50:18 -04:00
parent bdc130ac86
commit 3b4fc2a429
2 changed files with 1 additions and 1 deletions

6
src/main.cpp Normal file
View file

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