Embedded_Practices/strings.c

7 lines
78 B
C
Raw Normal View History

2024-09-16 14:46:12 +03:00
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}