Skip to content

Commit

Permalink
test commit (broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
WolleTD committed Jan 27, 2024
1 parent d43839f commit 8285c49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include <fmt/format.h>
#include <iostream>

int main() {
std::cout << "Hello, world!\n";
int main()
{
fmt::print("Hello, world!\n");
return 0;
}

0 comments on commit 8285c49

Please sign in to comment.