Skip to content

Commit

Permalink
fix: added author github url.
Browse files Browse the repository at this point in the history
Almas-Ali committed May 26, 2024
1 parent 6b0dcc5 commit cc40f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/builtin_funcs.py
Original file line number Diff line number Diff line change
@@ -490,7 +490,7 @@ def execute_license(self, exec_ctx: Context) -> RTResult[Value]:

@args([])
def execute_credits(self, exec_ctx: Context) -> RTResult[Value]:
print("Project by Md. Almas Ali")
print("Project by Md. Almas Ali (github.com/Almas-Ali)")
print("Contributors:\n\tangelcaru (github.com/angelcaru)\n\tVardan2009 (github.com/Vardan2009)")
return RTResult[Value]().success(Null.null())

0 comments on commit cc40f6c

Please sign in to comment.