Files
retrobsd/share/smallerc/hello.c
alex b18ce0aa87 Fix MIPS code generation for -= and postfix --.
Also convert most of Small C sample programs to Smaller C.
2014-10-19 00:22:44 -07:00

7 lines
80 B
C

#include <stdio.h>
int main(void)
{
printf("Hello, Smaller C World!\n");
}