Newer
Older
Import / research / signals-slots / src / hello / hello.cpp
@John Ryland John Ryland on 22 Dec 2020 79 bytes import NUC files
#include <stdio.h>

int main()
{
    printf("hello world\n");
    return 0;
}