Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[submodule "windows/powershell"]

path = windows/powershell
url = https://github.com/asquarezone/WindowsServerS.git
[submodule "aws/developer"]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# khajaclassroom
This repository will contain the samples used in the class room taught by khaja
This is markdown file
1 change: 1 addition & 0 deletions python/April24/Basics/basics/helloworld.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#this is python file
print("Hello world")