test.cs 540 B

123456789101112131415161718192021222324252627282930313233
  1. class MainClass
  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. int main()
  11. {
  12. //TODO marker is here
  13. //ToDo
  14. //FIXME is here
  15. //FixMe is here
  16. /*TBD is here*/
  17. //HACK is here
  18. //XXX is here
  19. //All here: TODO,ToDo,FIXME,FixMe,TBD,HACK,XXX
  20. // no heretodoss
  21. // no heretodo
  22. // no todoss
  23. //TOBEDONE
  24. }
  25. //All here: TODO,ToDo,FIXME,FixMe,TBD,HACK,XXX
  26. // no heretodoss
  27. // no heretodo
  28. // no todoss
  29. //TOBEDONE
  30. }