Home - 115DAB/WS2024 GitHub Wiki
Welcome to the 115D Winter/Spring 2024 Knowledge Base Wiki!
-
Please edit only your own entry for Winter Quarter 2024. You can add images to the Images folder in the repo to easily embed them in your entries
-
Please do not commit changes to the repo itself
- You can embed images and code (feel free to hit edit on this page to see syntax, but don't save changes)
-
You will need to use some basic markdown and html syntax to embed code, images, gifs, etc. No videos
- We highly encourage you to use an external markdown editor before copying over into the wiki
One line of code: 2 + 2 = 4
Block of code:
def foo(x):
y = do_something(x)
return y