Hello World in C Programming Languages
#include <stdio.h>
int main(void)
{
printf("hello, world\n");
}
Strange Sable
#include <stdio.h>
int main(void)
{
printf("hello, world\n");
}