hello/hello.c
2023-09-12 11:31:06 -04:00

7 lines
87 B
C

#include "stdio.h"
int main(int argc, char **argv)
{
printf("Hello, world!\n");
}