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