Initial set of scripts
This commit is contained in:
9
Julia Scripts/hello.jl
Executable file
9
Julia Scripts/hello.jl
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/julia
|
||||
|
||||
|
||||
function gayness()
|
||||
println("Loser")
|
||||
|
||||
end
|
||||
|
||||
gayness()
|
||||
Reference in New Issue
Block a user