Skip to content

Commit

Permalink
Add debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Feb 19, 2022
1 parent 9ad7bae commit 0abb3d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,11 @@ include("ordering.jl")
using .Order

# Combinatorics
println("hello world before include")
include("sort.jl")
println("hello world between")
using .Sort
println("hello world afteer using")

# Fast math
include("fastmath.jl")
Expand Down

0 comments on commit 0abb3d3

Please sign in to comment.