Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1000668 // callMain function

JavaX fragment (include)

static <A> A callMain(A c, String... args) {
  callOpt(c, "main", new Object[] {args});
  ret c;
}

static void callMain() {
  callMain(mc());
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1000668
Snippet name: callMain function
Eternal ID of this version: #1000668/4
Text MD5: efc8790d21074cb4c68f17b4d46dea17
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-23 20:40:39
Source code size: 151 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 786 / 6275
Version history: 3 change(s)
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1002909 - runMain - synonym of callMain
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1006797 - callMainInNewThread function
#3000382 - Answer for ferdie (>> t = 1, f = 0)