Browse Source

Merge branch 'master' of github.com:jaredhoberock/stanford-cs193g-sp2010

master
Jared Hoberock 3 years ago
parent
commit
0f7aba7c72
  1. 2
      tutorials/2_hello_world.md

2
tutorials/2_hello_world.md

@ -49,7 +49,7 @@ int main(void) @@ -49,7 +49,7 @@ int main(void)
```
This program requires the non-standard files `cuPrintf.cu` and `cuPrintf.cuh`,
which are [available in this site's code repository](/util).
which are [available in this site's code repository](util).
Let's compile this program by copying it to a file called `hello_world.cu`.
Additionally, place the files `cuPrintf.cu` and `cuPrintf.cuh` in a directory

Loading…
Cancel
Save