slige/runtime/main.cpp

9 lines
108 B
C++
Raw Normal View History

2024-11-08 11:22:42 +00:00
#include <format>
#include <iostream>
int main()
{
//
std::cout << std::format("hello world\n");
}