view src/hello.c @ 0:53676d1f5817 default tip

firsh commit
author tobaru
date Sun, 04 Feb 2018 17:54:49 +0900
parents
children
line wrap: on
line source

#include <gnu/stubs-32.h>
main(){
  printf("hello");
}