/* * ssheven * * Copyright (c) 2020 by cy384 * See LICENSE file for details */ // retro68 stdio/console library #include // open transport #include #include // mac os threads #include int main(int argc, char** argv) { printf("hello, world\n"); printf("\n(return to exit)\n"); getchar(); return 0; }