Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 672 Bytes

File metadata and controls

36 lines (22 loc) · 672 Bytes

Action3

Shows how to use System.Action.

Sources

Build and run with Visual Studio Poject

Open Action3.csproj

Build and run with CMake

To build this project, open "Terminal" and type following lines:

mkdir build && cd build
cmake ..
start Action3.sln

Select Action3 project and type Ctrl+F5 to build and run it.

Output

  • If Action3 is called without param
Hello, World!
  • If Action3 is called with any param

Screenshot