We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6120dde commit a010935Copy full SHA for a010935
1 file changed
README.MD
@@ -2,11 +2,11 @@ Welcome to my first multilanguage project!
2
3
My first task is to make an interactable program to calculate the amount of factors of a number with only using built-in modules or libraries.
4
5
-Self-imposed rules:
+# Self-imposed rules
6
- No external libraries or modules
7
- Built-in modules such as Python's math or built-in modules such as C's 'stdio.h' are acceptable
8
- Modules requiring package installers such as pip to function such as Python's requests are not allowed.
9
- For the JS portion, the interactable program is in a webpage.
10
11
-Credits:
+# Credits
12
[Felix Palmen for creating a robust input validation system for the C portion.](https://sekrit.de/webdocs/c/beginners-guide-away-from-scanf.html)
0 commit comments