based/examples/HelloWorld/main.c
2025-02-24 12:11:30 +01:00

9 lines
97 B
C
Executable File

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