Skip to content

Commit a010935

Browse files
Fixed readme file's formatting
1 parent 6120dde commit a010935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Welcome to my first multilanguage project!
22

33
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.
44

5-
Self-imposed rules:
5+
# Self-imposed rules
66
- No external libraries or modules
77
- Built-in modules such as Python's math or built-in modules such as C's 'stdio.h' are acceptable
88
- Modules requiring package installers such as pip to function such as Python's requests are not allowed.
99
- For the JS portion, the interactable program is in a webpage.
1010

11-
Credits:
11+
# Credits
1212
[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

Comments
 (0)