This website requires JavaScript.
Explore
Help
Sign In
andrew
/
todo-d
Watch
1
Star
0
Fork
You've already forked todo-d
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
11080210c1
todo-d
/
source
/
model.d
6 lines
69 B
D
Raw
Blame
History
module
model
;
struct
ToDoItem
{
string
text
;
int
priority
;
}
Reference in New Issue
View Git Blame
Copy Permalink