update README.macOS.md (Creating new Projects)
This commit is contained in:
parent
d83d89679b
commit
d3ceac04de
@ -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!");
|
||||
|
Loading…
Reference in New Issue
Block a user