test-model / c /hello.c
Buxian's picture
(pr parent commit) add hello.c
f179eef
raw
history blame
60 Bytes
#include <stdio.h>
int main(){
printf("Hello World");
}