test.cpp 253 B

12345678910111213141516
  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. }