mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-05-08 20:44:06 +02:00
7 lines
68 B
C
7 lines
68 B
C
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("hello world\n");
|
|
}
|