Newer
Older
UbixOS / contrib / tcc / examples / ex5.c
@Christopher W. Olsen Christopher W. Olsen on 29 Jan 2020 98 bytes TinyCC
#include <stdlib.h>
#include <stdio.h>

int main()
{
    printf("Hello World\n");
    return 0;
}