Skip to content
On this page
c
#include<stdio.h>

main(){
  printf("hello, world\c");
}