docs/ikteam: Delete most files.
[haiku.git] / src / bin / system_time.cpp
blob128df6b754d9e23215f01ffddf9a4a83b87e1ebe
1 /*
2 * Copyright 2015 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Michael Lotz, mmlr@mlotz.ch
7 */
9 #include <OS.h>
11 #include <stdio.h>
14 int
15 main(int argc, char* argv[])
17 printf("%" B_PRIdBIGTIME "\n", system_time());
18 return 0;