Initial Commit
This commit is contained in:
5
examples/navigation/numbers.cpp
Normal file
5
examples/navigation/numbers.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "numbers.hpp"
|
||||
|
||||
int increment(int value) {
|
||||
return value + 1;
|
||||
}
|
||||
Reference in New Issue
Block a user