test.cpp 290 B

1234567891011121314151617
  1. int main()
  2. {
  3. //TODO marker is here
  4. //ToDo
  5. //FIXME is here
  6. //FixMe is here
  7. /*TBD is here*/
  8. //HACK is here
  9. //XXX is here
  10. //All here: TODO,ToDo,FIXME,FixMe,TBD,HACK,XXX
  11. // no hereTODOss
  12. // no hereTODO
  13. // no TODOss
  14. //TOBEDONE
  15. char a[] = "TODO string TOBEDONE";
  16. }