mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-14 18:55:01 +01:00
6 lines
96 B
C
6 lines
96 B
C
#include<stdio.h>
|
|
|
|
int main(int argc, char **argv) {
|
|
puts("Hello, World!");
|
|
return 0;
|
|
}
|