based/examples/HelloWorld/main.c
2023-11-20 15:56:38 +01:00

9 lines
97 B
C

//
// Created by max on 20-11-23.
//
int main()
{
//TODO: Print hello world!
return 0;
}