add: performance values for Lattice MachXO2
[zpu.git] / zpu / sw / helloworld / hello.c
blobe9cc61ec57f40ed607634b91ff7406a81022e778
1 // To compile: zpu-elf-gcc test.c -o test.elf -phi
2 // To run:
3 int main(int argc, char **argv)
5 printf("Hello world!\n");