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