kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

hello.c (79B)


      1 #include <stdio.h>
      2 
      3 int main(void) {
      4   printf("hello, world\n");
      5   return 0;
      6 }