based/examples/HelloWorld/main.c

9 lines
97 B
C
Raw Permalink Normal View History

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