Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7edb93ae3d | |||
| 0efde02436 | |||
| f8c771be65 | |||
| d3aa88b691 | |||
| d68938c76d | |||
| 6c0f6829a3 | |||
| 72b4e32558 | |||
| 2b19055c86 | |||
| 9c9a38039c |
@@ -0,0 +1 @@
|
|||||||
|
Dit repository is de basis van de workshop Git Intermediate op 3 december 2020.
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
__
|
||||||
|
| \
|
||||||
|
______ ______ ____ __ __ __ ______ | ▓▓____
|
||||||
|
/ \| \ \| \ | \ | \/ \| ▓▓ \
|
||||||
|
| ▓▓▓▓▓▓\ ▓▓▓▓▓▓\▓▓▓▓\ ▓▓ | ▓▓ | ▓▓ ▓▓▓▓▓▓\ ▓▓▓▓▓▓▓\
|
||||||
|
| ▓▓ ▓▓ ▓▓ | ▓▓ | ▓▓ ▓▓ | ▓▓ | ▓▓ ▓▓ ▓▓ ▓▓ | ▓▓
|
||||||
|
| ▓▓▓▓▓▓▓▓ ▓▓ | ▓▓ | ▓▓ ▓▓_/ ▓▓_/ ▓▓ ▓▓▓▓▓▓▓▓ ▓▓__/ ▓▓
|
||||||
|
\▓▓ \ ▓▓ | ▓▓ | ▓▓\▓▓ ▓▓ ▓▓\▓▓ \ ▓▓ ▓▓
|
||||||
|
\▓▓▓▓▓▓▓\▓▓ \▓▓ \▓▓ \▓▓▓▓▓\▓▓▓▓ \▓▓▓▓▓▓▓\▓▓▓▓▓▓▓
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
This is an extra file
|
||||||
|
It has more than one line
|
||||||
|
Namely three
|
||||||
Regular → Executable
+8
-1
@@ -1 +1,8 @@
|
|||||||
print(5)
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
value = 3
|
||||||
|
|
||||||
|
def print_5():
|
||||||
|
print(value)
|
||||||
|
|
||||||
|
print_5()
|
||||||
|
|||||||
Reference in New Issue
Block a user