Small pokémon update

This commit is contained in:
Lillian Violet 2024-03-08 10:36:51 +01:00
parent 4dade4637a
commit f5c31f5adf
2 changed files with 33 additions and 315 deletions

View file

@ -2,36 +2,13 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Julia Version 1.10.0\n",
"Commit 3120989f39 (2023-12-25 18:01 UTC)\n",
"Build Info:\n",
"\n",
" Note: This is an unofficial build, please report bugs to the project\n",
" responsible for this build and not to the Julia project unless you can\n",
" reproduce the issue using official builds available at https://julialang.org/downloads\n",
"\n",
"Platform Info:\n",
" OS: Linux (x86_64-unknown-linux-gnu)\n",
" CPU: 8 × Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz\n",
" WORD_SIZE: 64\n",
" LIBM: libopenlibm\n",
" LLVM: libLLVM-15.0.7 (ORCJIT, skylake)\n",
" Threads: 1 on 8 virtual cores\n",
"Environment:\n",
" LD_LIBRARY_PATH = /nix/store/ccbxkk7cdnfgsl6mgfdlikni4mxwandj-pipewire-1.0.3-jack/lib\n",
" JULIA_NUM_THREADS = \n"
]
}
],
"outputs": [],
"source": [
"versioninfo()"
"for i=1:5\n",
" println(i)\n",
"end"
]
}
],

File diff suppressed because one or more lines are too long