mirror of
https://github.com/bitwiseworks/gcc-os2.git
synced 2026-07-19 15:15:27 +00:00
Source URL: git://gcc.gnu.org/git/gcc.git Source Commit: 3e7b85061947bdc7c7465743ba90734566860821
9 lines
80 B
C
9 lines
80 B
C
#include <u.h>
|
|
#include <libc.h>
|
|
|
|
void
|
|
main(void)
|
|
{
|
|
print("hello, world\n");
|
|
}
|