3 Commits

Author SHA1 Message Date
38b3a5ae0b Merge branch 'developer' of RecklingK/Demo into master 2019-12-19 12:39:28 +01:00
9712cdbbcc Funktionsname nochmals geändert
resolve #1
2019-12-19 12:38:15 +01:00
9d5c3ceae2 R Funktion 2019-12-19 12:32:31 +01:00

View File

@@ -4,3 +4,7 @@ Lorem Ipsum
def neue_funktion(): def neue_funktion():
print("funk") print("funk")
aki <- func(x) {
print(x)
}