view src/test/test.c @ 291:87128b876c63

add test
author ikkun
date Thu, 09 Feb 2017 19:02:15 +0900 (2017-02-09)
parents
children
line wrap: on
line source
#include <stdio.h>

void test1() {
    printf("test\n");
}