Sfoglia il codice sorgente

Update README.md reference with an existing file (#1421)

README.md references print.carbon, which doesn't seem to exist
in the repo. How about this Hello World file?
Dan Sarginson 3 anni fa
parent
commit
15845b1d03
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -273,7 +273,7 @@ $ git clone https://github.com/carbon-language/carbon-lang
 $ cd carbon-lang
 
 # Build and run the explorer.
-$ bazel run //explorer -- ./explorer/testdata/basic_syntax/print.carbon
+$ bazel run //explorer -- ./explorer/testdata/print/format_only.carbon
 ```
 
 These instructions assume [Homebrew](https://brew.sh/); see our