blob: 64914c23e664a0e7d9feb782f94d78a4c5a94452 [file]
import std;
int main(){
std::print("Hello, world!\n");
}