update README.macOS.md (Creating new Projects)

This commit is contained in:
Masato Sugiyama
2022-04-14 17:09:19 +09:00
committed by Albrecht Schlosser
parent d83d89679b
commit d3ceac04de

View File

@@ -478,6 +478,7 @@ file is:
```bash
cat << EOF > main.cxx
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
int main(int argc, char **argv) {
Fl_Window *win = new Fl_Window(600, 400, "Hello, world!");