feat(trainig): add helloworld! implementation.
This commit is contained in:
parent
e074239e2f
commit
d8fa6bbd39
|
|
@ -0,0 +1,6 @@
|
|||
#include <cstdio>
|
||||
int main()
|
||||
{
|
||||
printf("hello world!");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue