summaryrefslogtreecommitdiffstats
path: root/Readme.md
blob: 174106b0ac8e040c24de633fa57c7a90c195791c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
The shortest and most readable code wins!

Contributions are very welcomed and needed,  if you want to contribute please
open a Pull Request.

Structure:

`semester/L#/submitter's name`

## Tips

* Debugging:  
  
  Prof. Guanira states it clearly:

  ![Debugging is essential](img/ss_20220916_200135.png)

* Formatting:
 
  In my opinion, using [stream
  manipulators](https://cplusplus.com/reference/library/manipulators/) and
  [stream format flags](https://cplusplus.com/reference/ios/ios_base/fmtflags/)
  is cumbersome,  but the course *requires* it's use (usually using `printf` is
  not allowed).  So maybe this macro eases it's use.