mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Oops, correct year that C++ was standardized.
This commit is contained in:
@ -10,7 +10,7 @@ get Wren into your application:
|
||||
2. **Include the source directly in your application.** If you want to include
|
||||
the source directly in your program, you don't need to run any build steps.
|
||||
Just add the source files in `src/vm` to your project. They should compile
|
||||
cleanly as C99 or C++89 or anything later.
|
||||
cleanly as C99 or C++98 or anything later.
|
||||
|
||||
[build]: getting-started.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user