Create your module below!
module Languages
include FAVE
end
end
It might be foolish to ask but what should be written to include favorite programming language.
module Languages
include FAVE
end
end
It might be foolish to ask but what should be written to include favorite programming language.
You just need to create a variable FAVE
and assign it a string value containing name of your favourite programming language
FAVE = "name of your favourite programming language goes here"
That’s all.
hahaha…silly mistake thanks buddy!!
You’re very welcome!