First commit
2 files changed, 11 insertions(+), 0 deletions(-) A README.md A hello-world.c
A => README.md +4 -0
@@ 1,4 @@ # c-hello-world My first repo on sr.ht. A simple C hello world program. Testing this out!
A => hello-world.c +7 -0
@@ 1,7 @@ #include <stdio.h> int main() { printf("Hello world!"); return 0; } \ No newline at end of file