swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 795eef06d87e7e94da2b742072f8b87fd17e42ba authored by Gabriel Baraldi on 21 March 2024, 13:15:30 UTC
Save current state of branch
Tip revision: 795eef0
include_and_eval.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

function f28825()
    eval(:(1+1))
end
back to top