https://github.com/angristan/julia-playground
Damn, Julia
https://github.com/angristan/julia-playground
Last synced: 2 months ago
JSON representation
Damn, Julia
- Host: GitHub
- URL: https://github.com/angristan/julia-playground
- Owner: angristan
- Created: 2018-08-21T23:56:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T23:58:09.000Z (about 7 years ago)
- Last Synced: 2025-07-21T15:27:16.914Z (3 months ago)
- Language: Julia
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Julia playground
Because I have to have a [Julia](https://github.com/JuliaLang/julia) repo.
Test to see if Github's markdown supports Julia:
```julia
function sayhi(name)
println("Hi $name, it's great to see you!")
end
```I recommned this [Intro to Julia](https://www.youtube.com/watch?v=cPYgipsg4DM).