mirror of
https://github.com/opus-tango/DSA-reference.git
synced 2026-03-20 12:05:24 +00:00
7 lines
80 B
C
7 lines
80 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello, World!\n");
|
|
return 0;
|
|
}
|