hardcode
1.0.0
A flashcard-style Question-and-Answer system for memorizing the syntax of common programming languages.
| C | Python3 | Go |
| C++ | PowerShell | PHP |
| C# | Bash | Rust |
| Java | JavaScript | Ruby |
| Kotlin | TypeScript | Lua |
| Scala | Dart | |
| R | Swift |
questions.json Format{
"Language": ["C", "Python", "Go", ... ],
"Variables": {
"Rust Int Variable Types": [string],
"Int Variable Names": [string],
"Random Variables": [string],
"Variable Permutations": [string],
"Declaration": {
"Multi-Choice": {
"Type": string,
"Sub-Type": string,
"Question": [string],
"True-False": [string],
"Answers": {
"Correct": {
"C": [string] ,
"Python": [string] ,
"Go": [string] ,
...
},
"Incorrect": [
{
"Name": string,
"Pattern": string,
"Priority": int
},
...
]
"Mutability": [],
"Multiple Declaration": []
}
},
"Control Flow": []
}
[language] : The programming language corresponding to the question.[$|@|None][var|val|int|Int|let|None][local|var|val|int|Int|let|None][: Integer|: Int|: number| int|None][:=|=][;|None][mut |None][DECLARE |None][ INT|None][SET |None][random int variable]
[random integer]
[random rust data type]