tests/autoconfig/main.cpp
2024-03-10 15:57:35 +01:00

8 lines
62 B
C++

#include <stdio.h>
signed main(){
puts("hw");
return 0;
}