diff --git a/cc/nerding b/cc/nerding index df4674e..5da7b14 100644 --- a/cc/nerding +++ b/cc/nerding @@ -1 +1 @@ -print("\U0001F913\U0000261D") \ No newline at end of file +print("This is" + sys.argv[1] + "\U0001F913\U0000261D") \ No newline at end of file