xo-object: initial implementation [wip]
This commit is contained in:
commit
d830632aea
16 changed files with 652 additions and 0 deletions
14
example/ex1/ex1.cpp
Normal file
14
example/ex1/ex1.cpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/* @file ex1.cpp */
|
||||
|
||||
#include "xo/object/object.hpp"
|
||||
#include <iostream>
|
||||
|
||||
int
|
||||
main() {
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
cout << "hello, world!" << endl;
|
||||
}
|
||||
|
||||
/* end ex1.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue