This commit is contained in:
2025-12-13 15:21:53 -05:00
parent 41cd472027
commit 3fe78fea4a
2 changed files with 5 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
rt:
go build -o rt .
rt: *.go
go build -o rt .

View File

@@ -1 +1,3 @@
implementing https://raytracing.github.io/books/RayTracingInOneWeekend.html in go
# rt
Implementing <https://raytracing.github.io/books/RayTracingInOneWeekend.html> in go.