make it sourcey
This commit is contained in:
parent
bdc130ac86
commit
3b4fc2a429
2 changed files with 1 additions and 1 deletions
6
src/main.cpp
Normal file
6
src/main.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <fmt/core.h>
|
||||
|
||||
int main() {
|
||||
fmt::print("Hello world!\n");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue