summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2022-10-13 01:04:41 -0500
committerMitsuo Tokumori <[email protected]>2022-10-13 01:04:41 -0500
commit78b2587f8b247a262c30e33f248f3a0a6f7703da (patch)
tree646203d78c310f8bbb6c9bdf33c295310c991fc4 /Readme.md
parenta2487e6512930190cae5c78f06f29470138f1949 (diff)
downloadLP1-78b2587f8b247a262c30e33f248f3a0a6f7703da.tar.gz
LP1-78b2587f8b247a262c30e33f248f3a0a6f7703da.tar.bz2
LP1-78b2587f8b247a262c30e33f248f3a0a6f7703da.zip
Update Readme.adoc
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/Readme.md b/Readme.md
deleted file mode 100644
index 174106b..0000000
--- a/Readme.md
+++ /dev/null
@@ -1,24 +0,0 @@
-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.