hanchenye-llvm-project/lldb/test/command_source/my.py

5 lines
82 B
Python

def date():
import datetime
today = datetime.date.today()
print today