1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-08-15 11:00:07 -04:00

Add TODOs

This commit is contained in:
Alex Kotov 2022-01-14 12:20:39 +05:00
parent 0718b62b8e
commit 6261f9d635
2 changed files with 2 additions and 0 deletions

View file

@ -9,5 +9,6 @@
int main() int main()
{ {
// TODO: write this
return 0; return 0;
} }

View file

@ -4,5 +4,6 @@
int main() int main()
{ {
// TODO: write this
return 0; return 0;
} }