Libraryless. Click here for Pure Java version (744L/6K/18K).
1 | !752 |
2 | |
3 | answer { |
4 | if (match("get unix time", s)) |
5 | ret "" + unixTime(); |
6 | if (match("what is the unix hour", s) || match("get unix hour", s) || match("unix hour", s)) |
7 | ret "It is " + unixHour() + " unix hours."; |
8 | if (match("get unix day", s)) |
9 | ret "It is unix day " + unixDay() + "."; |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1002061 |
Snippet name: | Unix Time Bot |
Eternal ID of this version: | #1002061/1 |
Text MD5: | 2b9d6067d1280b0ca8a93a43deefcc18 |
Transpilation MD5: | 14599bf2387849efd9259bb02b9648f0 |
Author: | stefan |
Category: | |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-01-08 18:38:06 |
Source code size: | 303 bytes / 10 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 656 / 1862 |
Referenced in: | [show references] |