diff --git a/test.txt b/test.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb65666b1f45c7eba01a1eaf540bce72912e20fb --- /dev/null +++ b/test.txt @@ -0,0 +1,6 @@ +#Testi tekstitiedosto + +##Tässä testataan + +- [ ] onnistuuko clone vscoden terminaalin kautta +- [ ] osaanko luoda .py tiedoston ja viedä sen local -> global diff --git a/vscode_test.py b/vscode_test.py new file mode 100644 index 0000000000000000000000000000000000000000..56bf40a9549fc6666de77477b36ef4205fa0f734 --- /dev/null +++ b/vscode_test.py @@ -0,0 +1,5 @@ +#lets try if this works out now + +lista = range(10) +print(lista) +