Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 672 Bytes

File metadata and controls

36 lines (22 loc) · 672 Bytes

Action2

Shows how to use System.Action.

Sources

Build and run with Visual Studio Poject

Open Action2.csproj

Build and run with CMake

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

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

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

Output

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

Screenshot