This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
Παράδειγμα Python script για επίδειξη GitHub CLI δυνατοτήτων | |
""" | |
def hello_github(): | |
"""Απλή συνάρτηση που εκτυπώνει χαιρετισμό""" | |
print("Γεια σας από το GitHub CLI!") | |
print("Αυτό είναι ένα test script που δημιουργήθηκε μέσω του Manus") |