Skip to content

Commit

Permalink
Redscript for The Witcher 3 and Cyberpunk
Browse files Browse the repository at this point in the history
  • Loading branch information
jordhanemmanuel committed Feb 5, 2024
1 parent d192779 commit 69eb38e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,4 @@ A: Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- @everyone
- 9f87m4atttaaaou;
- Genesis 𐤁
- Redscript
3 changes: 3 additions & 0 deletions implementations/main.reds
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
func is_Prime(x: Int32) -> Void {
Log(ToString(x) + " is not a prime number.");
}
3 changes: 3 additions & 0 deletions optimized_implementations/main.reds
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
func is_Prime(x: Int32) -> Void {
Log(ToString(x) + " is not a prime number.");
}

0 comments on commit 69eb38e

Please sign in to comment.