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