Skip to content

Commit f6adf20

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent 94bf3ba commit f6adf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-30-comptime-c-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ I added a `main()` function to the programs to prove that they don't crash on an
3838

3939
# Generic Stack
4040

41-
Copy of the code on [Compiler Explorer](https://godbolt.org/z/s1b6xEEqK):
41+
Copy of the code on [Compiler Explorer](https://godbolt.org/z/fdf5acdcn):
4242

4343
```c
4444
#include <assert.h>

0 commit comments

Comments
 (0)