Last active
January 6, 2021 18:38
-
-
Save ctrekker/31fb3d3faa64c9324f90b4ad48e5cf21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### A Pluto.jl notebook ### | |
# v0.12.18 | |
using Markdown | |
using InteractiveUtils | |
# ╔═╡ 53f64470-424f-11eb-3fa5-a587d71794ed | |
md" | |
# This was made inside Pluto! | |
" | |
# ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d | |
rand(1000, 1000) * rand(1000, 1000) | |
# ╔═╡ 65b35fff-8a5f-411f-935b-1fe51c53a9a7 | |
# ╔═╡ Cell order: | |
# ╟─53f64470-424f-11eb-3fa5-a587d71794ed | |
# ╠═392a86b0-424f-11eb-1b37-01dff21e776d | |
# ╠═65b35fff-8a5f-411f-935b-1fe51c53a9a7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### A Pluto.jl notebook ### | |
# v0.12.17 | |
using Markdown | |
using InteractiveUtils | |
# ╔═╡ 53f64470-424f-11eb-3fa5-a587d71794ed | |
md" | |
# This was made inside Pluto! | |
" | |
# ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d | |
rand(1000, 1000) * rand(1000, 1000) | |
# ╔═╡ ff0d8310-44bf-11eb-0ddc-5b84d556b296 | |
md"Another cell!" | |
# ╔═╡ Cell order: | |
# ╟─53f64470-424f-11eb-3fa5-a587d71794ed | |
# ╠═392a86b0-424f-11eb-1b37-01dff21e776d | |
# ╟─ff0d8310-44bf-11eb-0ddc-5b84d556b296 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this is just to make the gist get created - my code can't make a new gist yet, just create and edit files inside existing ones |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment