CS3413/Assignment5/main.c
2023-10-27 10:42:23 -03:00

7 lines
74 B
C

#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}