Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan BEAUD 34a996d6ae Merge branch 'feature_helloworld' into develop 2023-10-02 14:51:04 +02:00
Nathan BEAUD 6590f30b1b Creating main function 2023-10-02 14:31:18 +02:00
1 changed files with 4 additions and 0 deletions

4
src/hello_world.cpp Normal file
View File

@ -0,0 +1,4 @@
int main()
{
return 0;
}