/
cs
labs
c
hello_world.c
Size: 81 bytes.
1 2 3
#include "hello_world.h" const char *say_hello(void) { return "Hello World!"; }
v0
commit
cs-code-viewer-3:8080