Skip to content
Snippets Groups Projects
loader.cc 89 B
Newer Older
Avi Kivity's avatar
Avi Kivity committed

#include <iostream>

int main(int ac, char **av)
{
    std::cout << "hello, world\n";
}