issues
search
mlinke-ai
/
kev_in
kev.in is a self hosted learning platform for programming beginners.
GNU General Public License v3.0
10
stars
0
forks
source link
Add different parameter types to PE creation
#206
Open
Pymon
opened
1 year ago
Pymon
commented
1 year ago
currently programming exercise creation only supports integers as parameters
[ ] add float
[ ] add string
[ ] add boolean
[ ] ...