9 lines
55 B
C++
Raw Normal View History

2024-07-09 14:46:46 +02:00
module uses_std;
import std;
int f()
{
return 0;
}