Files
retrobsd/share/smallerc/hello.c
alex 5bbf8d4e73 Fix MIPS code generation for -= and postfix --.
Convert most of Small C sample programs to Smaller C.
2014-10-19 00:13:00 -07:00

7 lines
80 B
C

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