Skip to content

Instantly share code, notes, and snippets.

@overcq
Last active October 22, 2022 07:06
Show Gist options
  • Save overcq/f7fcd288a57ec146fc2ac17701675f82 to your computer and use it in GitHub Desktop.
Save overcq/f7fcd288a57ec146fc2ac17701675f82 to your computer and use it in GitHub Desktop.
OUX/C+ ‟Hello world” program
//-*-C-*-
/*******************************************************************************
* ___ [obszar]
* ¦OUX¦ [system programowania]
* ¦/C+¦ [rodzaj składnika]
* --- [nazwa składnika]
* [tytuł elementu]
* ©overcq on ‟Gentoo Linux 17.1” “x86_64” 2022‒10‒22 L
*******************************************************************************/
int
main(
int argc
, Pc argv[]
){ E_base_M( argc, argv );
G_(); Gs0_( "Hello World" );
E_base_W();
return 0;
}
//==============================================================================
void
E_flow_Q_process_call_I_func( P data
){
}
/******************************************************************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment