Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthospap committed Dec 18, 2024
1 parent 3197695 commit 5a8884f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/calendar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ template <typename T> using DatetimeUtc = datetime_utc<T>;
/** alias for TwoPartDate */
using MjdEpoch = TwoPartDate;

void foobar()

{
if (1==2) { return 1;}
else {return 2;}
}

} /* namespace dso */

#endif

0 comments on commit 5a8884f

Please sign in to comment.