This website requires JavaScript.
Explore
Help
Register
Sign In
dlang
/
patterns
Watch
1
Star
0
Fork
You've already forked patterns
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b16dbabcaf
patterns
/
adapter
/
simpleadapter
/
lib
/
turkey.d
8 lines
76 B
D
Raw
Blame
History
module
lib.turkey
;
interface
Turkey
{
void
gobble
(
)
;
void
fly
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink