I'm practicing using templates and inl files, but VS 2017
is giving me errors, what I would like is to print out the
number 23 on the main file using function templates with .inl
I tried earlier putting the implementation in the header files in another
different example and that worked but I came across code in SFML game development book that didn't have the implementation in the header and used inl file,
so I want to know how to do that